From e7a5caba25691ba52a880b9806b9fd6dd2efebaf Mon Sep 17 00:00:00 2001 From: Regalijan Date: Wed, 11 Dec 2024 16:52:52 -0500 Subject: [PATCH] Use data-theme instead of system-level color scheme --- app/styles/calendar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/calendar.css b/app/styles/calendar.css index 1123861..b423a14 100644 --- a/app/styles/calendar.css +++ b/app/styles/calendar.css @@ -2,7 +2,7 @@ background-color: unset; } -@media (prefers-color-scheme: dark) { +[data-theme="dark"] { .rbc-off-range-bg { background: #12161f; }