diff options
author | Alan Pearce | 2024-05-05 18:55:08 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-05 18:55:08 +0200 |
commit | 767e25a146c3dfefb4774517bacd01f831ee25a2 (patch) | |
tree | 47192cea764767fe89d5b20e924539d5f04b5494 /frontend | |
parent | 27c10989e7c0fb799b0f580ccb9092ed4cfe0d72 (diff) | |
download | searchix-767e25a146c3dfefb4774517bacd01f831ee25a2.tar.lz searchix-767e25a146c3dfefb4774517bacd01f831ee25a2.tar.zst searchix-767e25a146c3dfefb4774517bacd01f831ee25a2.zip |
style: increase contrast
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |