diff options
author | Alejandro <[email protected]> | 2024-07-28 20:18:53 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-28 20:18:53 -0600 |
commit | 2f8937f692edaa5322322ce19076d380273658f7 (patch) | |
tree | d4def1fdaa29c41579e353f6695318641abe44ec | |
parent | 36eb1a70add7cd888ce094dbd9d10d994e57e091 (diff) |
modified: light theme
-rw-r--r-- | static/style.css | 4 |
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 { |