From 767e25a146c3dfefb4774517bacd01f831ee25a2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 May 2024 18:55:08 +0200 Subject: style: increase contrast --- frontend/static/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend') diff --git a/frontend/static/style.css b/frontend/static/style.css index f21d3ac..45cff6a 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -1,5 +1,7 @@ :root { --standard-border-radius: 0; + --text: black; + --text-light: #212121; --preformatted: var(--code); } form { -- cgit 1.4.1