]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_html.scss
Add footer element, styles, and associated settings
[bookstack] / resources / sass / _html.scss
index de48c8ed1bbe8eac685067c399c583faafe0abdc..e123ee286d5a0f4a4b06428585787417db251d2a 100644 (file)
@@ -1,6 +1,7 @@
 * {
   box-sizing: border-box;
-  outline-color: #444444;
+  outline-color: var(--color-primary);
+  outline-width: 1px;
 }
 
 *:focus {
@@ -22,4 +23,7 @@ body {
   color: #444;
   -webkit-font-smoothing: antialiased;
   background-color: #F2F2F2;
+  height: 100%;
+  display: flex;
+  flex-direction: column;
 }
\ No newline at end of file