From 2a899c1994c340b386a0b88d69cd98da2577389b Mon Sep 17 00:00:00 2001 From: Pavel <19418601+rakleed@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:57:59 +0300 Subject: [PATCH] Make checkboxes dark in dark theme --- stylesheets/_global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 926361bf52..5a17939efd 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -4,6 +4,10 @@ html { height: 100%; cursor: inherit; + + body.dark-theme { + color-scheme: dark; + } } body {