X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d94fc5b6945ebe827cf71b36d01894a97bd902dd..refs/pull/494/head:/resources/assets/sass/_html.scss diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 82eb9c2b9..65f05a71d 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -1,6 +1,7 @@ * { box-sizing: border-box; } + html { background-color: #FFFFFF; height: 100%; @@ -8,27 +9,21 @@ html { &.flexbox { overflow-y: hidden; } + &.shaded { + background-color: #F2F2F2; + } } + body { - font-family: $text; font-size: $fs-m; line-height: 1.6; color: #616161; -webkit-font-smoothing: antialiased; + &.shaded { + background-color: #F2F2F2; + } } button { font-size: 100%; -} - -table { - min-width: 100px; - td, th { - min-width: 10px; - padding: 4px 6px; - border: 1px solid #DDD; - } - td p, th p { - margin: 0; - } } \ No newline at end of file