diff options
| author | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
|---|---|---|
| committer | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
| commit | e0238bfb08b67c089c1c609e9e68e5252e0ba992 (patch) | |
| tree | 0fed4e64903b7948cfef3e6d440267b1ce2dc4b2 /lib/carousel.less | |
| parent | 719713ca8730d92d3510e6d4a7cc542fd57fdeef (diff) | |
| download | bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.tar.xz bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.zip | |
clean up variable usage with colors
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; } |
