Просмотр исходного кода

adjust colors of christmas theme

Yuki Takei 7 лет назад
Родитель
Сommit
643f6577da
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/client/styles/agile-admin/inverse/colors/christmas.scss

+ 3 - 3
src/client/styles/agile-admin/inverse/colors/christmas.scss

@@ -6,7 +6,7 @@ $subthemecolor:	#dc3d2a;
 $topbar: $themecolor;
 $topbar: $themecolor;
 $sidebar: $themelight;
 $sidebar: $themelight;
 $bodycolor: $themelight;
 $bodycolor: $themelight;
-$headingtext: #00b32c;
+$headingtext: #017e20;
 $bodytext: #dc3d2a;
 $bodytext: #dc3d2a;
 $linktext: lighten(#0d5901, 5%);
 $linktext: lighten(#0d5901, 5%);
 $linktext-hover: lighten($linktext, 12%);
 $linktext-hover: lighten($linktext, 12%);
@@ -18,7 +18,7 @@ $wikilinktext: lighten($themecolor, 5%);
 $wikilinktext-hover: lighten($wikilinktext, 15%);
 $wikilinktext-hover: lighten($wikilinktext, 15%);
 $inline-code-color: darken($themecolor, 20%);
 $inline-code-color: darken($themecolor, 20%);
 $inline-code-bg: lighten($subthemecolor, 70%);
 $inline-code-bg: lighten($subthemecolor, 70%);
-$active-nav-tabs-bgcolor: #00b32c;
+$active-nav-tabs-bgcolor: #017e20;
 
 
 @import 'apply-colors';
 @import 'apply-colors';
 @import 'apply-colors-light';
 @import 'apply-colors-light';
@@ -37,7 +37,7 @@ $active-nav-tabs-bgcolor: #00b32c;
 }
 }
 
 
 .sidebar{
 .sidebar{
-  background: #b3000c;
+  background: $themecolor;
 }
 }
 
 
 .rbt-menu {
 .rbt-menu {