]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_html.scss
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / resources / sass / _html.scss
index 0262956691a0f4fc978b72f6ac6d56a25637cf15..edaff0810456dafe5c8f0d8bf3afa67e4e44fc43 100644 (file)
@@ -1,3 +1,6 @@
+@use "mixins";
+@use "vars";
+
 * {
   box-sizing: border-box;
   outline-color: var(--color-primary);
@@ -21,11 +24,10 @@ html {
 }
 
 body {
-  font-size: $fs-m;
+  font-size: vars.$fs-m;
   line-height: 1.6;
-  @include lightDark(color, #444, #AAA);
+  @include mixins.lightDark(color, #444, #AAA);
   -webkit-font-smoothing: antialiased;
-  background-color: #F2F2F2;
   height: 100%;
   display: flex;
   flex-direction: column;