aboutsummaryrefslogtreecommitdiff
path: root/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/global.css')
-rw-r--r--styles/global.css8
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; }