Browse Source

add table bg

itizawa 6 years ago
parent
commit
84081f0978
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/client/styles/scss/theme/antarctic.scss

+ 4 - 0
src/client/styles/scss/theme/antarctic.scss

@@ -96,6 +96,10 @@ html[light] {
   $color-sidebar-context: $color-reversal;
   $color-sidebar-context: $color-reversal;
   $bgcolor-sidebar-context: lighten($bgcolor-navbar, 10%);
   $bgcolor-sidebar-context: lighten($bgcolor-navbar, 10%);
 
 
+  .table {
+    background-color: $themelight;
+  }
+
   @import 'apply-colors';
   @import 'apply-colors';
   @import 'apply-colors-light';
   @import 'apply-colors-light';
 }
 }