1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-27 13:22:28 +01:00

yellow var

This commit is contained in:
Mark Otto 2014-07-13 12:10:54 -07:00
parent b137f0b874
commit aaccb80c3c

View File

@ -15,6 +15,7 @@
// Local docs variables
@bs-purple: #563d7c;
@bs-purple-light: #cdbfe3;
@bs-yellow: #ffe484;
// Scaffolding
@ -630,12 +631,12 @@ body {
}
.bs-docs-toc-link:hover,
.bs-docs-toc-link:focus {
color: #ffe484;
color: @bs-yellow;
text-decoration: none;
}
.active > .bs-docs-toc-link {
font-weight: 500;
color: #ffe484;
color: @bs-yellow;
}
.active > .bs-docs-sidenav {
display: block;
@ -661,7 +662,7 @@ body {
}
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
color: #ffe484;
color: @bs-yellow;
text-decoration: none;
background-color: transparent;
}
@ -669,7 +670,7 @@ body {
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
font-weight: 500;
color: #ffe484;
color: @bs-yellow;
background-color: transparent;
}