v2.3.1 -> v2.3.2
[bootswatch] / amelia / variables.less
index c5c3c62..36bb8bf 100755 (executable)
@@ -1,4 +1,4 @@
-// Amelia 2.3.0
+// Amelia 2.3.2
 // Variables
 // --------------------------------------------------
 
@@ -33,7 +33,7 @@
 // Scaffolding
 // -------------------------
 @bodyBackground:        #003F4D;
-@textColor:             rgba(255, 255, 255, 0.9);
+@textColor:             #E1F0F0;
 
 
 // Links
 
 // Hr border color
 // -------------------------
-@hrBorder:                transparent;
+@hrBorder:                rgba(255, 255, 255, 0.3);
 
 
 // Horizontal forms & lists
 
 // Form states and alerts
 // -------------------------
-@warningText:             #c09853;
-@warningBackground:       #fcf8e3;
+@warningText:             @textColor;
+@warningBackground:       @orange;
 @warningBorder:           darken(spin(@warningBackground, -10), 3%);
 
-@errorText:               #b94a48;
-@errorBackground:         #f2dede;
+@errorText:               @textColor;
+@errorBackground:         @red;
 @errorBorder:             darken(spin(@errorBackground, -10), 3%);
 
-@successText:             #468847;
-@successBackground:       #dff0d8;
+@successText:             @textColor;
+@successBackground:       @green;
 @successBorder:           darken(spin(@successBackground, -10), 5%);
 
-@infoText:                #3a87ad;
-@infoBackground:          #d9edf7;
+@infoText:                @textColor;
+@infoBackground:          @purple;
 @infoBorder:              darken(spin(@infoBackground, -10), 7%);