distill-style in-line math color in dark mode #2909
glenntfung
started this conversation in
General
Replies: 1 comment 1 reply
-
Actually this happens because the distill template for this case with Weirdly enough, adding span.katex {
color: var(--global-text-color) !important;
} to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As shown in this distill-style post example section, if dark mode is enabled, the color of the in-line equations would not turn white. However, the display math is fine.
I think this should be related to _sass/_distill.scss, but I am not sure what should be changed.
Beta Was this translation helpful? Give feedback.
All reactions