diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | spruce/variables.less | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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%); |
