mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
more vars changed, remove @white var
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
|
||||
// Hover state
|
||||
&:hover {
|
||||
color: @white;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
.opacity(90);
|
||||
}
|
||||
@@ -136,7 +136,7 @@
|
||||
}
|
||||
.carousel-caption h3,
|
||||
.carousel-caption p {
|
||||
color: @white;
|
||||
color: #fff;
|
||||
line-height: @line-height-base;
|
||||
}
|
||||
.carousel-caption h3 {
|
||||
|
||||
Reference in New Issue
Block a user