mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
64da6d7c62
Chroma drops token rules whose color equals the style's default foreground (e.g. .nx in github-dark). In a paired light/dark setup the other sheet's explicit rule then leaks in, since an explicit declaration beats inheritance from .chroma. Apply the chromaCSSOverrides custom CSS unconditionally so these rules survive in modeSelector sheets too. Updates #15161