]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Updated Spanish translation
[bookstack] / resources / assets / sass / _html.scss
index 27ca04eb7826d21069f1e571a001e0b498f6e7dd..65f05a71d5c69370707cca7b45b4510395ff8b05 100644 (file)
@@ -9,6 +9,9 @@ html {
   &.flexbox {
     overflow-y: hidden;
   }
+  &.shaded {
+    background-color: #F2F2F2;
+  }
 }
 
 body {
@@ -16,6 +19,9 @@ body {
   line-height: 1.6;
   color: #616161;
   -webkit-font-smoothing: antialiased;
+  &.shaded {
+    background-color: #F2F2F2;
+  }
 }
 
 button {