From 5b34ea46c3f458a174c5443714ade43c21defdac Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 16 Nov 2022 21:42:25 -0700 Subject: Call it admin rather than system settings --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 9c45eb3..f07d78c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -58,6 +58,10 @@ a { text-decoration: none; } +p a { + text-decoration: underline; +} + @media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; -- cgit v1.2.3