From f393c767d3e6eb27206a62b50c03b42176377dd4 Mon Sep 17 00:00:00 2001 From: Luc Appelman <46456214+controlol@users.noreply.github.com> Date: Mon, 22 Nov 2021 13:31:35 +0100 Subject: [PATCH] forgot the html selector --- src/index.css | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/index.css b/src/index.css index 0e3d02f..cce8c75 100644 --- a/src/index.css +++ b/src/index.css @@ -34,17 +34,19 @@ html { } @media (prefers-color-scheme: dark) { - --background-color: #000; - --popup-background: #222; - --popup-header: #333; - --box-gradient: linear-gradient(#71caf220, #3f79ad33); - --box-radial-gradient: radial-gradient(#71caf220, transparent 150%); - --status-red: linear-gradient(#f56565aa, #c92222); - --status-green: linear-gradient(#95ee85aa, #3c891c); - --text-color: #fff; - --text-hover: #eee; - --button-color: #111; - --button-hover: #1a1a1a; + html { + --background-color: #000; + --popup-background: #222; + --popup-header: #333; + --box-gradient: linear-gradient(#71caf220, #3f79ad33); + --box-radial-gradient: radial-gradient(#71caf220, transparent 150%); + --status-red: linear-gradient(#f56565aa, #c92222); + --status-green: linear-gradient(#95ee85aa, #3c891c); + --text-color: #fff; + --text-hover: #eee; + --button-color: #111; + --button-hover: #1a1a1a; + } } body {