Update colors @gray color to @gray-lte

This commit is contained in:
Abdullah Almsaeed
2017-01-08 16:03:57 -05:00
parent 95d377eabc
commit 2be703222a
7 changed files with 17 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
margin-right: 10px;
}
> li > a:hover {
background-color: lighten(@gray, 5%);
background-color: lighten(@gray-lte, 5%);
color: #333;
}
> .divider {

View File

@@ -185,7 +185,7 @@
background: @gray-lte;
padding-left: 10px;
li:before {
color: darken(@gray, 20%);
color: darken(@gray-lte, 20%);
}
}
}

View File

@@ -153,7 +153,7 @@
//Set of Active Background Colors
.bg-gray-active {
color: #000;
background-color: darken(@gray, 10%) !important;
background-color: darken(@gray-lte, 10%) !important;
}
.bg-black-active {
@@ -287,10 +287,10 @@
}
.link-muted {
color: darken(@gray, 30%);
color: darken(@gray-lte, 30%);
&:hover,
&:focus {
color: darken(@gray, 40%);
color: darken(@gray-lte, 40%);
}
}