- From: Tab Atkins Jr. via GitHub <noreply@w3.org>
- Date: Wed, 27 Aug 2025 21:23:15 +0000
- To: public-css-archive@w3.org
Ohhhh, I see the problem. That toggle is indeed busted. It doesn't actually trigger dark mode; it just sets a class on the body and enables a stylesheet that (without using the MQ) overrides the all the color vars with dark values. That means all the Bikeshed-added styles that *do* depend on the MQ (like the highlight colors) don't work; they'll still applying their light-mode colors. I'll fix, this is silly. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12516#issuecomment-3229783625 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 27 August 2025 21:23:16 UTC