熊谷洸介(Kousuke Kumagai) 5 лет назад
Родитель
Сommit
385adeaa10
1 измененных файлов с 6 добавлено и 5 удалено
  1. 6 5
      src/client/styles/scss/theme/wood.scss

+ 6 - 5
src/client/styles/scss/theme/wood.scss

@@ -36,11 +36,6 @@ $themecolor: #aaa45f;
 $themelight: #f5f3ee;
 $accentcolor: #577254;
 
-.grw-navbar {
-  border-bottom: $accentcolor 4px solid;
-  background-image: url('/images/themes/wood/wood-navbar.jpg') !important;
-}
-
 //== Light Mode
 //
 html[light],
@@ -104,6 +99,12 @@ html[dark] {
   .table {
     background-color: $themelight;
   }
+
+  .grw-navbar {
+    background-image: url('/images/themes/wood/wood-navbar.jpg');
+    border-bottom: $accentcolor 4px solid;
+
+  }
 }
 
 //== Dark Mode