فهرست منبع

modifiy color

akira-s 6 سال پیش
والد
کامیت
6bf52da56b
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/client/styles/scss/theme/_apply-colors-kibela.scss
  2. 2 2
      src/client/styles/scss/theme/kibela.scss

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

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

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

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