diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-04 20:20:39 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-04 20:20:39 +0100 |
commit | c6762af035e354e41a12af143f3fc5094551687e (patch) | |
tree | 46bbb796acaee0ae1fc3d2f5df5ec8ad44c4d780 /styles | |
parent | 6de323e009a54f8416d6e99e2026ec9fbc2d8772 (diff) |
font size change
Diffstat (limited to 'styles')
-rw-r--r-- | styles/global.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/styles/global.css b/styles/global.css index a1c9792..d8c13ac 100644 --- a/styles/global.css +++ b/styles/global.css @@ -18,12 +18,14 @@ html, body { padding: 0; } +/* global font zize */ +p, b, i, span, td, th { font-size: 15px; } + /* navbar fix */ body { padding-left: 48px; } /* font */ html { - font-size: 14px; font-family: "Inter"; } @@ -60,10 +62,6 @@ input::placeholder { /* remove chrome's ugly :focus outline */ :focus { outline: none; } -/* icon size fix */ -.navbar svg, -.gameBar svg { font-size: 24px; } - /* scroll balken */ ::-webkit-scrollbar { width: 0 !important; } |