source/stylesheets/bitters/_variables.scss in refills-0.0.1 vs source/stylesheets/bitters/_variables.scss in refills-0.0.2
- old
+ new
@@ -21,10 +21,13 @@
$light-gray: #DDD;
$light-red: #FBE3E4;
$light-yellow: #FFF6BF;
$light-green: #E6EFC2;
+// Body Color
+$base-body-color: white;
+
// Font Colors
$base-font-color: $dark-gray;
$base-accent-color: $blue;
// Text Link Colors
@@ -36,12 +39,5 @@
// Flash Colors
$error-color: $light-red;
$notice-color: $light-yellow;
$success-color: $light-green;
-
-
-
-
-
-// for bitters:
-// $base-body-inset-color: darken($base-body-color, 5);
\ No newline at end of file