about summary refs log tree commit diff stats
path: root/frontend/static
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static')
-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 {