From af0cb59837e74c22e02ad857deeed7c1a0847e70 Mon Sep 17 00:00:00 2001 From: suhankins Date: Wed, 26 Jul 2023 23:36:42 +0400 Subject: [PATCH] removed color changes --- style.css | 9 --------- 1 file changed, 9 deletions(-) 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; }