From 5dbd7412e0a3ef103dddd27f2189fda38670b659 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 17 Oct 2024 12:30:42 +0200 Subject: Fixed font in jumplist inputs --- templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index fe37b15..fa8c0ae 100644 --- a/templates/base.html +++ b/templates/base.html @@ -131,6 +131,7 @@ pre { margin-block-start: 1em; margin-block-end: 1em; } section.quick-jump { display: grid; gap: 1em; margin-top: 1em; grid-template-columns: 1fr 1fr; } + section.quick-jump input { font-family: sans-serif; } .promobox { margin-top: 1em; -- cgit v1.2.3