From 3620ac2671651eb096e49845e2ef500918e90d2a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 29 Feb 2024 22:04:55 +0200 Subject: Fix list view voters, change font --- static/styles.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 0e538e8..0ddd9f4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,5 +1,5 @@ html { - font-family: "Helvetica Neue", "Arial", sans-serif; + font-family: "Verdana", "Arial", sans-serif !important; font-size: 16px; } @@ -9,8 +9,22 @@ body { margin: 0 auto; } +h1 { + margin-bottom: 40px; +} + +h1 a { + color: black; + text-decoration: none; +} + +h1:hover a { + border-bottom: 2px dotted #fa8e35; + text-decoration: none; +} + textarea { - font-family: "Helvetica Neue", "Arial", sans-serif; + font-family: "Verdana", "Arial", sans-serif; font-size: 16px; } -- cgit v1.3