From 162de4ad98c7c79bc1fc0b1110816247679b3ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20B=C3=B6ving?= Date: Sat, 11 Nov 2023 17:18:46 +0100 Subject: [PATCH] feat: consistent font inheritance --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index b87d0f8..fcb73d7 100644 --- a/static/style.css +++ b/static/style.css @@ -13,6 +13,8 @@ body { background: var(--body-bg); } +input, select, textarea, button{font-family:inherit;} + a { color: var(--link-color); }