aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_variables.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 0185d5347..5e1ae0ff7 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -8,7 +8,7 @@
// Table of Contents
//
-// Colors
+// Color system
// Options
// Spacing
// Body
@@ -43,7 +43,10 @@
// Close
// Code
-// New colors
+
+//
+// Color system
+//
$white: #fff !default;
$gray-100: #f8f9fa !default;