2.2.2 -> 2.3.0
[bootswatch] / readable / variables.less
index d289aa2..5e5dd6f 100644 (file)
@@ -1,4 +1,4 @@
-// Readable 2.2.1
+// Readable 2.3.0
 // Variables
 // --------------------------------------------------
 
@@ -48,7 +48,7 @@
 @serifFontFamily:       "Lora", Georgia, "Times New Roman", Times, serif;
 @monoFontFamily:        Monaco, Menlo, Consolas, "Courier New", monospace;
 
-@baseFontSize:          18px;
+@baseFontSize:          17px;
 @baseFontFamily:        @serifFontFamily;
 @baseLineHeight:        26px;
 @altFontFamily:         @sansFontFamily;
@@ -68,7 +68,7 @@
 
 @paddingLarge:          11px 19px; // 44px
 @paddingSmall:          2px 10px;  // 26px
-@paddingMini:           1px 6px;   // 24px
+@paddingMini:           0px 6px;   // 22px
 
 @baseBorderRadius:      4px;
 @borderRadiusLarge:     6px;
@@ -86,7 +86,7 @@
 // -------------------------
 @btnBackground:                     @white;
 @btnBackgroundHighlight:            darken(@white, 10%);
-@btnBorder:                         #bbb;
+@btnBorder:                         #ccc;
 
 @btnPrimaryBackground:              lighten(@linkColor, 5%);
 @btnPrimaryBackgroundHighlight:     @linkColor;
 
 @dropdownLinkColor:             @grayDark;
 @dropdownLinkColorHover:        @white;
-@dropdownLinkColorActive:       @dropdownLinkColor;
+@dropdownLinkColorActive:       @white;
 
 @dropdownLinkBackgroundActive:  @linkColor;
 @dropdownLinkBackgroundHover:   @dropdownLinkBackgroundActive;