X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/46217a5880e8cef0a07fa89d5d4efdefe9c55d58..refs/pull/363/head:/resources/assets/sass/_html.scss diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 3b019d583..c061f9d64 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -1,13 +1,24 @@ * { - box-sizing: border-box; + box-sizing: border-box; } + html { - background-color: #f8f8f8; + 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