diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 20:03:17 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 20:03:17 -0800 |
| commit | dc5bedda1441bac36e266f409b3dd14f84e8fd32 (patch) | |
| tree | e37f903ecad07c345a9efbd4419a87efc399434b /lib/carousel.less | |
| parent | 155b72e8730e9b8badb5fa80c8d7f8990f10cc82 (diff) | |
| parent | 1593671cb2e16947a50b8ce8985a1b2828c92b71 (diff) | |
| download | bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.tar.xz bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/carousel.less')
| -rw-r--r-- | lib/carousel.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/carousel.less b/lib/carousel.less index a9399ef63..1a18d44b6 100644 --- a/lib/carousel.less +++ b/lib/carousel.less @@ -70,7 +70,7 @@ line-height: 30px; color: #ccc; text-align: center; - background: #999; + background: @grayLight; background: rgba(0,0,0,.5); .border-radius(20px); @@ -82,9 +82,9 @@ // Hover state &:hover { - color: #fff; + color: @white; text-decoration: none; - background: #333; + background: @grayDark; background: rgba(0,0,0,.75); } } @@ -98,10 +98,10 @@ right: 0; bottom: 0; padding: 10px 15px 5px; - background: #333; + background: @grayDark; background: rgba(0,0,0,.75); } .carousel-caption h4, .carousel-caption p { - color: #fff; + color: @white; } |
