X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/92d393537c9de537d03141d8630d46fbe890f575..refs/pull/363/head:/resources/assets/sass/_html.scss diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 2b91f9dc6..c061f9d64 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%; @@ -9,6 +10,7 @@ html { overflow-y: hidden; } } + body { font-family: $text; font-size: $fs-m; @@ -19,13 +21,4 @@ body { button { font-size: 100%; -} - -table { - min-width: 100px; - td, th { - min-width: 10px; - padding: 4px 6px; - border: 1px solid #DDD; - } } \ No newline at end of file