Explorar o código

change to apply same style both light/dark mode

akira-s %!s(int64=6) %!d(string=hai) anos
pai
achega
0a1c2da2d5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/client/styles/scss/theme/kibela.scss

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

@@ -47,7 +47,7 @@ html[light] {
 }
 
 
-// Dark Mode
+// Dark Mode ( same as Light Mode )
 html[dark] {
   $bgcolor-theme: rgb(18, 86, 163);
   $themelight: #f4f5f6;
@@ -88,6 +88,6 @@ html[dark] {
   $color-dropdown-link-hover: $color-global;
 
   @import 'apply-colors';
-  @import 'apply-colors-dark';
+  @import 'apply-colors-light';
   @import 'apply-colors-kibela';
 }