Re: [clreq] feat: support dark mode (#612)

Thanks for your PR, @kirklin!

Unfortunately, simply adding `darkMode: true` is not enough. We need to customize the colors in CSS with `@media (prefers-color-scheme: dark) {...}` and CSS custom properties, like https://github.com/w3c/clreq/blob/60649c5cad7cc804d0979183de3c9da2e7489ae9/local.css#L147-L160

-- 
GitHub Notification of comment by xfq
Please view or discuss this issue at https://github.com/w3c/clreq/pull/612#issuecomment-2008539731 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 20 March 2024 01:35:31 UTC