aboutsummaryrefslogtreecommitdiff
path: root/src/global.css
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-07 17:06:37 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-07 17:06:37 +0100
commitd336768c15fa5a1cbe5a4a051e749d00aa31be60 (patch)
tree085c51a7342c84a83abe1f6f19385734bbbfc40e /src/global.css
parent5971b69a2990390529a6f8076331e3d7d10c9325 (diff)
zoekbalk + navbar icoon grootte
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; }
+