style: increase contrast
Alan Pearce alan@alanpearce.eu
Sun, 05 May 2024 18:55:08 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M frontend/static/style.css → frontend/static/style.css
@@ -1,5 +1,7 @@ :root { --standard-border-radius: 0; + --text: black; + --text-light: #212121; --preformatted: var(--code); } form {