X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b80b6ed942c0eddfc5591b0f6745a990322c8ee2..refs/pull/2522/head:/resources/sass/_html.scss diff --git a/resources/sass/_html.scss b/resources/sass/_html.scss index 57869d652..026295669 100644 --- a/resources/sass/_html.scss +++ b/resources/sass/_html.scss @@ -25,4 +25,8 @@ body { line-height: 1.6; @include lightDark(color, #444, #AAA); -webkit-font-smoothing: antialiased; -} \ No newline at end of file + background-color: #F2F2F2; + height: 100%; + display: flex; + flex-direction: column; +}