style: increase contrast
1 file 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 {