summaryrefslogtreecommitdiff
path: root/spacelab/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-03-22 22:36:27 -0400
committerThomas Park <thomas@thomaspark.me>2013-03-22 22:36:27 -0400
commitc3a3cda1787e99758a9bfa599955a2b2e03a594f (patch)
treeb12ebe49c863e20cde82182d47da250964d87bf1 /spacelab/bootswatch.less
parent2ff7aab4fa29a0573550fe842c87d99c3db05f5b (diff)
spacelab: fixed navbar-inverse collapsed link color
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-xspacelab/bootswatch.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less
index a73a61e0..121f3788 100755
--- a/spacelab/bootswatch.less
+++ b/spacelab/bootswatch.less
@@ -106,7 +106,7 @@
.navbar-inverse .nav-collapse {
.nav li > a {
- color: @grayLighter;
+ color: @grayLight !important;
&:hover {
background-color: @linkColor !important;