diff options
Diffstat (limited to 'superhero/variables.less')
-rwxr-xr-x | superhero/variables.less | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/superhero/variables.less b/superhero/variables.less index 939331be..0a1901d0 100755 --- a/superhero/variables.less +++ b/superhero/variables.less @@ -1,9 +1,11 @@ // Variables.less // Variables to customize the look and feel of Bootstrap // Swatch: Superhero -// Version: 2.0.3 +// Version: 2.0.2 // ----------------------------------------------------- + + // GLOBAL VALUES // -------------------------------------------------- @@ -45,14 +47,10 @@ // Typography // ------------------------- -@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; -@serifFontFamily: Georgia, Utopia, Palatino, 'Palatino Linotype', serif; -@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace; - @baseFontSize: 15px; -@baseFontFamily: @serifFontFamily; +@baseFontFamily: Georgia, Utopia, Palatino, 'Palatino Linotype', serif; @baseLineHeight: 20px; -@altFontFamily: @serifFontFamily; +@altFontFamily: Georgia, "Times New Roman", Times, serif; @headingsFontFamily: 'Oswald', sans-serif; // empty to use BS default, @baseFontFamily @headingsFontWeight: bold; // 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: @orange; -@navbarLinkColorHover: @orange; +@navbarLinkColor: @grayLight; +@navbarLinkColorHover: @white; @navbarLinkColorActive: @navbarLinkColorHover; @navbarLinkBackgroundHover: transparent; @navbarLinkBackgroundActive: @navbarBackground; @@ -159,7 +156,6 @@ @navbarSearchBackgroundFocus: @white; @navbarSearchBorder: darken(@navbarSearchBackground, 30%); @navbarSearchPlaceholderColor: #ccc; -@navbarBrandColor: @navbarLinkColor; // Hero unit @@ -189,6 +185,7 @@ + // GRID // -------------------------------------------------- @@ -199,6 +196,7 @@ @gridGutterWidth: 20px; @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); + // Fluid grid // ------------------------- @fluidGridColumnWidth: 6.382978723%; |