itizawa hace 6 años
padre
commit
4fa492b1b9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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%);