]> Untitled Git - lemmy-ui.git/commitdiff
fix: Remove some unused vars
authorJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 15:15:42 +0000 (11:15 -0400)
committerJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 15:16:04 +0000 (11:16 -0400)
src/assets/css/themes/_variables.darkly.scss
src/assets/css/themes/_variables.litely.scss

index e3680f8cf3bb31ad95730824c2286edffe37ed37..56ccc3cf7e2cb8cb9bfc4335d57b61a48e6a557c 100644 (file)
@@ -1,15 +1,12 @@
 // Colors
 $white: #fff;
-$gray-100: #f8f9fa;
 $gray-200: #ebebeb;
 $gray-300: #dee2e6;
-$gray-400: #ced4da;
 $gray-500: #adb5bd;
 $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/
@@ -22,7 +19,6 @@ $grays: (
 );
 
 $blue: #375a7f;
-$indigo: #6610f2;
 $red: #e74c3c;
 $yellow: #f39c12;
 $green: #00bc8c;
index 6706c3ee8a91e3c8206bdcabb74b4f90bf51eda6..2fc0fe3dd7cbcd3355567a1bef6e2d3e2aeb6500 100644 (file)
@@ -1,10 +1,6 @@
 // Colors
-$white: #fff;
 $gray-100: #f8f9fa;
 $gray-200: #e9ecef;
-$gray-300: #dee2e6;
-$gray-400: #ced4da;
-$gray-500: #adb5bd;
 $gray-600: #6c757d;
 $gray-700: #495057;
 $gray-800: #343a40;