]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_html.scss
Code cleanup, bug squashing
[bookstack] / resources / sass / _html.scss
index e4a8c14bb8faf0b75bc3abeb0e1ad0d10320eb46..57869d6520b04aa6a90ea5405c36d8a95de0927f 100644 (file)
@@ -15,12 +15,14 @@ html {
   &.flexbox {
     overflow-y: hidden;
   }
+  &.dark-mode {
+    background-color: #111;
+  }
 }
 
 body {
   font-size: $fs-m;
   line-height: 1.6;
-  color: #444;
+  @include lightDark(color, #444, #AAA);
   -webkit-font-smoothing: antialiased;
-  background-color: #F2F2F2;
 }
\ No newline at end of file