about summary refs log tree commit diff stats
path: root/frontend
diff options
context:
space:
mode:
authorAlan Pearce2024-05-05 18:55:08 +0200
committerAlan Pearce2024-05-05 18:55:08 +0200
commit767e25a146c3dfefb4774517bacd01f831ee25a2 (patch)
tree47192cea764767fe89d5b20e924539d5f04b5494 /frontend
parent27c10989e7c0fb799b0f580ccb9092ed4cfe0d72 (diff)
downloadsearchix-767e25a146c3dfefb4774517bacd01f831ee25a2.tar.lz
searchix-767e25a146c3dfefb4774517bacd01f831ee25a2.tar.zst
searchix-767e25a146c3dfefb4774517bacd01f831ee25a2.zip
style: increase contrast
Diffstat (limited to 'frontend')
-rw-r--r--frontend/static/style.css2
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 {