From 2addcb6b8c355943a31448d8c1f48b647d81da45 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 19 Apr 2023 20:17:49 +0900 Subject: [PATCH] strategies to avoid forced dark mode --- public/index.html | 1 + public/style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d8f6cfb03..f96a44000 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ + diff --git a/public/style.css b/public/style.css index cd01705a7..7d14ae893 100644 --- a/public/style.css +++ b/public/style.css @@ -51,12 +51,12 @@ /* base variable for blur strength slider calculations */ --blurStrength: 10; - - /*styles for the color picker*/ --tool-cool-color-picker-btn-bg: transparent; --tool-cool-color-picker-btn-border-color: transparent; + color-scheme: only light; + } * {