소스 검색

adjust colors for default theme

Yuki Takei 8 년 전
부모
커밋
2f0e91987a
2개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 0
      resource/styles/agile-admin/inverse/colors/_apply-colors-light.scss
  2. 2 2
      resource/styles/agile-admin/inverse/colors/default.scss

+ 8 - 0
resource/styles/agile-admin/inverse/colors/_apply-colors-light.scss

@@ -22,6 +22,14 @@
   color: $dark;
 }
 
+/*
+ * GROWI header
+ */
+ .main-container header.affix {
+  .logo-mark {
+    fill: $themecolor;
+  }
+}
 
 /*
  * GROWI page list

+ 2 - 2
resource/styles/agile-admin/inverse/colors/default.scss

@@ -4,9 +4,9 @@ $topbar:#345;
 $sidebar:#fff;
 $bodycolor:#fff;
 $headingtext: #2b2b2b;
-$bodytext: #686868;
+$bodytext: #333333;
 $linktext: $inverse;
-$linktext-hover: lighten($inverse, 20%);
+$linktext-hover: lighten($inverse, 10%);
 $sidebar-text:#38495a;
 $themecolor:#134;