diff --git a/style.css b/style.css index e682a6b..f171a2c 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,5 @@ html { font-family: Noto Sans, sans-serif; - background-color: #f1f1f1; - color: #0f0f0f; box-sizing: border-box; } @@ -14,13 +12,6 @@ body { margin: 0; } -@media (prefers-color-scheme: dark) { - html { - background-color: #0f0f0f; - color: #f1f1f1; - } -} - p { line-height: 1.5rem; }