fix: Move var to grays area
This commit is contained in:
parent
6bb44191ae
commit
77a3e57f94
2 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,7 @@ $gray-600: #888;
|
|||
$gray-700: #444;
|
||||
$gray-800: #303030;
|
||||
$gray-900: #222;
|
||||
$black: #000;
|
||||
|
||||
// Writing these maps is necessary for Bootstrap theming:
|
||||
// https://getbootstrap.com/docs/4.6/getting-started/introduction/
|
||||
|
@ -50,7 +51,6 @@ $theme-colors: (
|
|||
"dark": $dark,
|
||||
);
|
||||
|
||||
$black: #000;
|
||||
$body-color: $gray-300;
|
||||
$body-bg: $gray-900;
|
||||
$link-color: $success;
|
||||
|
|
|
@ -9,6 +9,7 @@ $gray-600: #6c757d;
|
|||
$gray-700: #495057;
|
||||
$gray-800: #343a40;
|
||||
$gray-900: #212529;
|
||||
$black: #222;
|
||||
|
||||
// Writing these maps is necessary for Bootstrap theming:
|
||||
// https://getbootstrap.com/docs/4.6/getting-started/introduction/
|
||||
|
@ -52,7 +53,6 @@ $theme-colors: (
|
|||
"danger": $danger,
|
||||
);
|
||||
|
||||
$black: #222;
|
||||
$body-color: $gray-700;
|
||||
$body-bg: #fff;
|
||||
$link-color: $primary;
|
||||
|
|
Loading…
Reference in a new issue