diff --git a/static/css/style.css b/static/css/style.css index 1f70b8d..01279e0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,7 +17,7 @@ /* Light Mode */ @media (prefers-color-scheme: light) { body { - background-color: white; + background-color: #E7DBDA; } a { text-decoration: none;