Răsfoiți Sursa

modifiy color

akira-s 6 ani în urmă
părinte
comite
6bf52da56b

+ 1 - 1
src/client/styles/scss/theme/_apply-colors-kibela.scss

@@ -100,7 +100,7 @@ body.kibela {
       }
       }
 
 
       > .nav-link {
       > .nav-link {
-        color: $subthemecolor;
+        color: $color-link;
       }
       }
 
 
       > .nav-link.active {
       > .nav-link.active {

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

@@ -5,7 +5,7 @@
 html:not([dark]) {
 html:not([dark]) {
   $bgcolor-theme: rgb(18, 86, 163);
   $bgcolor-theme: rgb(18, 86, 163);
   $themelight: #f4f5f6;
   $themelight: #f4f5f6;
-  $subthemecolor: rgb(90, 149, 216);
+  $subthemecolor: rgb(88, 130, 250);
   $lightthemecolor: rgba(181, 203, 247, 0.61);
   $lightthemecolor: rgba(181, 203, 247, 0.61);
 
 
   // Background colors
   // Background colors
@@ -51,7 +51,7 @@ html:not([dark]) {
 html[dark] {
 html[dark] {
   $bgcolor-theme: rgb(18, 86, 163);
   $bgcolor-theme: rgb(18, 86, 163);
   $themelight: #f4f5f6;
   $themelight: #f4f5f6;
-  $subthemecolor: rgb(90, 149, 216);
+  $subthemecolor: rgb(88, 130, 250);
   $lightthemecolor: rgba(181, 203, 247, 0.61);
   $lightthemecolor: rgba(181, 203, 247, 0.61);
 
 
   // Background colors
   // Background colors