pub fn syntax_highlight_css() -> &'static strExpand description
Returns CSS content (without <style> tags) for syntax highlighting.
Defines CSS custom properties for token colors under two selectors:
[data-theme="dark"]— colors for dark backgrounds[data-theme="light"]— colors for light backgrounds
Inject this once via document::Style in your layout component.