]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
yellow var
authorMark Otto <otto@github.com>
Sun, 13 Jul 2014 19:10:54 +0000 (12:10 -0700)
committerMark Otto <otto@github.com>
Sun, 13 Jul 2014 19:10:54 +0000 (12:10 -0700)
docs/assets/less/docs.less

index 6ef0ffbd8f0b9c8d57a94dc17131cbdf68e2b734..748b0db717e5b466bbda11ec517f116e4fd8c5e2 100644 (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;
 }