diff options
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index e7a0efc..8b0e1af 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -10,14 +10,18 @@ src: url("/static/font/comicsans.ttf"); } -* { - box-sizing: border-box; +/* global style */ +html { margin: 0; padding: 0; color: var(--text-color); font-family: "ComicSans", sans-serif; } +* { + box-sizing: border-box; +} + /* i just cannot get this to look good on firefox... */ @supports not (-moz-appearance: none) { * { |
