itizawa пре 6 година
родитељ
комит
aa133b8e4f
1 измењених фајлова са 6 додато и 11 уклоњено
  1. 6 11
      src/client/styles/scss/theme/kibela.scss

+ 6 - 11
src/client/styles/scss/theme/kibela.scss

@@ -1,18 +1,18 @@
 @import '../variables';
 @import '../variables';
 @import '../override-bootstrap-variables';
 @import '../override-bootstrap-variables';
 
 
+$bgcolor-theme: rgb(18, 86, 163);
+$themelight: #f4f5f6;
+$subthemecolor: rgb(88, 130, 250);
+$lightthemecolor: rgba(181, 203, 247, 0.61);
+
 // Light Mode
 // Light Mode
 html[light] {
 html[light] {
-  $bgcolor-theme: rgb(18, 86, 163);
-  $themelight: #f4f5f6;
-  $subthemecolor: rgb(88, 130, 250);
-  $lightthemecolor: rgba(181, 203, 247, 0.61);
-
   // Background colors
   // Background colors
   $bgcolor-navbar: white;
   $bgcolor-navbar: white;
   $bgcolor-navbar-active: $bgcolor-theme;
   $bgcolor-navbar-active: $bgcolor-theme;
   $bgcolor-global: $themelight;
   $bgcolor-global: $themelight;
-  $bgcolor-card: #e3e5e7;
+  $bgcolor-card: $lightthemecolor;
   $bgcolor-inline-code: lighten($subthemecolor, 70%);
   $bgcolor-inline-code: lighten($subthemecolor, 70%);
 
 
   $color-header: $bgcolor-theme;
   $color-header: $bgcolor-theme;
@@ -51,11 +51,6 @@ html[light] {
 
 
 // Dark Mode ( same as Light Mode )
 // Dark Mode ( same as Light Mode )
 html[dark] {
 html[dark] {
-  $bgcolor-theme: rgb(18, 86, 163);
-  $themelight: #f4f5f6;
-  $subthemecolor: rgb(88, 130, 250);
-  $lightthemecolor: rgba(181, 203, 247, 0.61);
-
   // Background colors
   // Background colors
   $bgcolor-navbar: transparent;
   $bgcolor-navbar: transparent;
   $bgcolor-navbar-active: $bgcolor-theme;
   $bgcolor-navbar-active: $bgcolor-theme;