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

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

@@ -1,7 +1,7 @@
 @import '../variables';
 
 $themecolor: #b3000c;
-$themelight: #ffffff;
+$themelight: white;
 $subthemecolor:	#017e20;
 $topbar: $themecolor;
 $sidebar: $themelight;
@@ -18,7 +18,9 @@ $wikilinktext: lighten($themecolor, 5%);
 $wikilinktext-hover: lighten($wikilinktext, 15%);
 $inline-code-color: darken($subthemecolor, 5%);
 $inline-code-bg: lighten($subthemecolor, 70%);
-$active-nav-tabs-bgcolor: $subthemecolor;
+$border: $subthemecolor;
+$navbar-border: $themecolor;
+$active-nav-tabs-bgcolor: white;
 
 @import 'apply-colors';
 @import 'apply-colors-light';