You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(galley): inject syntax theme as high-specificity stylesheet
Tailwind arbitrary-variant overrides weren't winning against prose
for the base code color, and SyntaxHighlighter's inline theme styles
were being shadowed by .prose code in the cascade. Move the token
color table into the page-level <style> block keyed by
.galley-body code[class*='language-'] with !important, which has
higher specificity than both and zero ambiguity. Reset text-shadow
too so prism themes can't bleed back through.
0 commit comments