itizawa 6 ani în urmă
părinte
comite
4fa492b1b9
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/client/styles/scss/theme/antarctic.scss

+ 2 - 2
src/client/styles/scss/theme/antarctic.scss

@@ -31,7 +31,7 @@ $accentcolor: #ffd700;
 
 //== Light Mode
 //
-html:not([dark]) {
+html[light] {
   $primary: $themecolor;
 
   // Background colors
@@ -41,7 +41,7 @@ html:not([dark]) {
   $bgcolor-card: #f5f5f5;
 
   // Font colors
-  $color-global: $themecolor;
+  $color-global: black;
   $color-reversal: #eeeeee;
   // $color-header: #2b2b2b;
   $color-link: lighten($primary, 20%);