summaryrefslogtreecommitdiff
path: root/spruce/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'spruce/variables.less')
-rwxr-xr-xspruce/variables.less22
1 files changed, 10 insertions, 12 deletions
diff --git a/spruce/variables.less b/spruce/variables.less
index 2bff897d..8da70a26 100755
--- a/spruce/variables.less
+++ b/spruce/variables.less
@@ -1,9 +1,11 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Spruce
-// Version: 2.0.3
+// Version: 2.0.2
// -----------------------------------------------------
+
+
// GLOBAL VALUES
// --------------------------------------------------
@@ -45,14 +47,10 @@
// Typography
// -------------------------
-@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
-@serifFontFamily: Georgia, "Times New Roman", Times, serif;
-@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
-
@baseFontSize: 14px;
-@baseFontFamily: @sansFontFamily;
+@baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@baseLineHeight: 21px;
-@altFontFamily: @serifFontFamily;
+@altFontFamily: Georgia, "Times New Roman", Times, serif;
@headingsFontFamily: 'Josefin Slab', serif; // empty to use BS default, @baseFontFamily
@headingsFontWeight: 700; // instead of browser default, bold
@@ -96,9 +94,8 @@
// -------------------------
@inputBackground: @white;
@inputBorder: #ccc;
-@inputBorderRadius: 3px;
@inputDisabledBackground: @grayLighter;
-@formActionsBackground: transparent;
+
// Dropdowns
// -------------------------
@@ -149,8 +146,8 @@
@navbarBackgroundHighlight: @navbarBackground;
@navbarText: @grayLight;
-@navbarLinkColor: @linkColor;
-@navbarLinkColorHover: @yellow;
+@navbarLinkColor: @grayLight;
+@navbarLinkColorHover: @white;
@navbarLinkColorActive: @navbarLinkColorHover;
@navbarLinkBackgroundHover: transparent;
@navbarLinkBackgroundActive: @navbarBackground;
@@ -159,7 +156,6 @@
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
-@navbarBrandColor: @linkColor;
// Hero unit
@@ -189,6 +185,7 @@
+
// GRID
// --------------------------------------------------
@@ -199,6 +196,7 @@
@gridGutterWidth: 20px;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
+
// Fluid grid
// -------------------------
@fluidGridColumnWidth: 6.382978723%;