Closed xfq closed 7 months ago
I've submitted a PR to add a class darkmode
: https://github.com/w3c/tr-design/pull/350
There seems to be a bug. My system is in light mode and I selected auto, but there is still a darkmode
class on body
.
Fixed by #352
It would be useful to add a
.dark
class via fixup.js when the spec is in dark mode, because many specs have customized styles and we can adapt the styles using media query using:not(.dark)
in specs./cc @deniak