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
Collapsible section icons: Fixed fold/unfold icons not rendering in collapsible section summaries. The --kz-collapse-closed-fg CSS variable defaulted to inherit, which caused the icon mask's background-color to resolve to the parent's background instead of the text color. Changed to currentColor.
Demo
Switched dark theme from github-dark to github-dark-default for the correct modern GitHub dark background (#0d1117 instead of legacy #24292e)
Updated the "No Frame" example to use a syntax-highlighted Go snippet instead of plain text