diff --git a/assets/css/style.css b/assets/css/style.css index 5de32b6..6ddc0ad 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -25,7 +25,6 @@ body { width: 100%; height: 100%; text-rendering: optimizeLegibility; - background-color: #e1e0e2; display: flex; } @@ -358,6 +357,13 @@ a:hover { } } +@media (prefers-color-scheme: white) { + body { + background-color: #e1e0e2; + + } +} + @media (prefers-color-scheme: dark) { body { background-color: #1e1f1d;