Преглед изворни кода

adjust christmas theme colors

Yuki Takei пре 7 година
родитељ
комит
6b2ac23e21
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

@@ -7,7 +7,7 @@ $topbar: $themecolor;
 $sidebar: $themelight;
 $bodycolor: $themelight;
 $headingtext: $subthemecolor;
-$bodytext: #bd3425;
+$bodytext: black;
 $linktext: lighten(#0d5901, 5%);
 $linktext-hover: lighten($linktext, 12%);
 $sidebar-text: #ffffff;
@@ -90,7 +90,7 @@ body:not(.on-edit) .nav.nav-tabs {
       background-color: rgba(#ccc, 0.5);
     }
     .link-switch {
-      color: $bodytext;
+      color: #bd3425;
     }
   }
 }
@@ -107,7 +107,7 @@ body:not(.on-edit) .nav.nav-tabs {
  * Panel
  */
 .panel.panel-default {
-  border-color: $bodytext;
+  border-color: #bd3425;
   .panel-heading {
     color: white;
     background-image: url("/images/themes/christmas/christmas-navbar.jpg");