[fxtf-drafts] [general css??] MathJax doesn't change color on dark mode (#543)

Artoria2e5 has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [general css??] MathJax doesn't change color on dark mode ==
The page https://drafts.fxtf.org/filter-effects/#attr-valuedef-type-huerotate renders poorly on dark mode as MathJax doesn't automatically adapt the colors. The W3C TR doesn't have the issue because it has no dark mode support.

A naive little `@media (prefers-color-scheme: dark) { .MathJax_SVG > svg { filter: invert(1) hue-rotate(180deg); } }` should make it reasonably readable.

The thing is, I honestly have no idea where the main dark mode support comes from: on the filter-effects page, it's one of the `<style>` elements inlined into `<head>`. Please move this issue to whatever actual repository that contains the style templates for bikeshed (I guess?).

Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/543 using your GitHub account


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

Received on Wednesday, 10 January 2024 13:01:47 UTC