aboutsummaryrefslogtreecommitdiff
path: root/src/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.css')
-rw-r--r--src/global.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/global.css b/src/global.css
index bf7c090..f132027 100644
--- a/src/global.css
+++ b/src/global.css
@@ -25,7 +25,10 @@ body {
}
/* font size */
-html { font-size: 14px; }
+html {
+ font-size: 14px;
+ font-family: "Inter";
+}
/* link color fix */
a { color: var(--text); }
@@ -54,3 +57,9 @@ input::placeholder {
opacity: .8;
}
+/* remove chrome's ugly :focus outline */
+:focus { outline: none; }
+
+/* icon size fix */
+.navbar svg { font-size: 24px; }
+