diff options
-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 { |