summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-07-28 20:18:53 -0600
committerAlejandro <[email protected]>2024-07-28 20:18:53 -0600
commit2f8937f692edaa5322322ce19076d380273658f7 (patch)
treed4def1fdaa29c41579e353f6695318641abe44ec
parent36eb1a70add7cd888ce094dbd9d10d994e57e091 (diff)
modified: light theme
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 17ee66e..88f3b95 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,8 +1,8 @@
body {
font-family: sans-serif ;
font-size: 16pt;
- background: #110000 ;
- color: #ccc ;
+ background: #fdfdfd;
+ color: #1d1d1d;
}
main {