]> Untitled Git - lemmy-ui.git/commitdiff
fix: Move var to grays area
authorJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 14:56:17 +0000 (10:56 -0400)
committerJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 14:56:17 +0000 (10:56 -0400)
src/assets/css/themes/_variables.darkly.scss
src/assets/css/themes/_variables.litely.scss

index a706739511c10b5bcc4daf33a9824da0326080d5..a618d05174260a7ea6218915f65279692a5d89c9 100644 (file)
@@ -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;
index eb4922412d3df4ba25a11015982ca0653c6325a3..6706c3ee8a91e3c8206bdcabb74b4f90bf51eda6 100644 (file)
@@ -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;