summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xspruce/variables.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 658fbca4..e52cfa63 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Customization
------
Bootswatch is an open source project, and you’re welcome to modify the themes further. If you’re interested, fork or follow the GitHub repository. The files of interest are in the `gh-pages` branch.
-Each raw theme consists of two LESS files. One is `variables.less`, which is included by default in Bootstrap and allows you to customize [these settings](http://twitter.github.com/bootstrap/less.html#variables). The other is called `bootswatch.less` and introduces more extensive structural changes.
+Each raw theme consists of two LESS files. One is `variables.less`, which is included by default in Bootstrap and allows you to customize [these settings](http://twitter.github.io/bootstrap/customize.html#variables). The other is called `bootswatch.less` and introduces more extensive structural changes.
Check out the README in the [swatchmaker directory](https://github.com/thomaspark/bootswatch/tree/master/swatchmaker) for step-by-step instructions on building your own swatch.
diff --git a/spruce/variables.less b/spruce/variables.less
index cdd3923c..acdbd1db 100755
--- a/spruce/variables.less
+++ b/spruce/variables.less
@@ -181,7 +181,7 @@
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 55px;
-@navbarBackgroundHighlight: @navbarBackground;
+@navbarBackgroundHighlight: @blueDark;
@navbarBackground: @blueDark;
@navbarBorder: darken(@navbarBackground, 5%);