mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
yellow var
This commit is contained in:
parent
b137f0b874
commit
aaccb80c3c
1 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue