]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Updated issue template and added TinyMCE autolinking
[bookstack] / resources / assets / sass / _html.scss
index 73de7ff979d8241026ee14dde0b05edcd02106d4..c061f9d64253b6bf117ad018b37f22da5c5f7e47 100644 (file)
@@ -1,13 +1,24 @@
 * {
-       box-sizing: border-box;
+  box-sizing: border-box;
 }
+
 html {
-       background-color: #FFF;
+  background-color: #FFFFFF;
+  height: 100%;
+  overflow-y: scroll;
+  &.flexbox {
+    overflow-y: hidden;
+  }
 }
+
 body {
-       font-family: $text;
-       font-size: $fs-m;
-       line-height: 1.4em;
-       color: #444;
-       -webkit-font-smoothing: antialiased;
+  font-family: $text;
+  font-size: $fs-m;
+  line-height: 1.6;
+  color: #616161;
+  -webkit-font-smoothing: antialiased;
 }
+
+button {
+  font-size: 100%;
+}
\ No newline at end of file