From d336768c15fa5a1cbe5a4a051e749d00aa31be60 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 7 Jan 2021 17:06:37 +0100 Subject: zoekbalk + navbar icoon grootte --- src/global.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/global.css') 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; } + -- cgit v1.2.3