Update body-color, gray-300 and gray-700 to black
This commit is contained in:
committed by
Mumbi Francis
parent
a9d1bc098c
commit
608690858f
@@ -30,9 +30,12 @@ $dark: #162425 !default;
|
||||
$tertiary: #5E727E !default;
|
||||
|
||||
$gray-200: #F9FAFB !default;
|
||||
$gray-300: $black !default;
|
||||
$gray-700: $black !default;
|
||||
|
||||
// Body
|
||||
$body-bg: $gray-200 !default;
|
||||
$body-color: $black !default;
|
||||
|
||||
$theme-colors: () !default;
|
||||
$theme-colors: map-merge(
|
||||
|
||||
Reference in New Issue
Block a user