From 0048582ac521dd6add6f3da73bcaf4d782d6c003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20L=2E=20H=2E-F?= Date: Thu, 18 May 2023 00:36:28 +0200 Subject: [PATCH] Update style.css --- assets/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;