diff --git a/src/assets/css/themes/_variables.darkly.scss b/src/assets/css/themes/_variables.darkly.scss index a7067395..a618d051 100644 --- a/src/assets/css/themes/_variables.darkly.scss +++ b/src/assets/css/themes/_variables.darkly.scss @@ -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; diff --git a/src/assets/css/themes/_variables.litely.scss b/src/assets/css/themes/_variables.litely.scss index eb492241..6706c3ee 100644 --- a/src/assets/css/themes/_variables.litely.scss +++ b/src/assets/css/themes/_variables.litely.scss @@ -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;