v2.3.1 -> v2.3.2
[bootswatch] / spruce / variables.less
index c4c8b4d..4d0b0a6 100755 (executable)
@@ -1,4 +1,4 @@
-// Spruce 2.3.0
+// Spruce 2.3.2
 // Variables
 // --------------------------------------------------
 
 
 // Hr border color
 // -------------------------
-@hrBorder:                @linkColor;
+@hrBorder:                @grayLight;
 
 
 // Horizontal forms & lists
 @navbarCollapseDesktopWidth:      @navbarCollapseWidth + 1;
 
 @navbarHeight:                    55px;
-@navbarBackgroundHighlight:       @navbarBackground;
+@navbarBackgroundHighlight:       @blueDark;
 @navbarBackground:                @blueDark;
 @navbarBorder:                    darken(@navbarBackground, 5%);