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(theme): mobile TOC caret + sidebar panel theming
- Mobile TOC ('On this page') caret now points right when collapsed and
down when expanded. Default theme assumes an up-arrow icon, but our
--ifm-menu-link-sublist-icon is a right-chevron, so default rotation
produced left/right instead of right/down.
- Mobile slide-in sidebar background was inheriting the blue navbar.
Override to --ifm-background-surface-color (white / #242526) so the
panel matches the page surface, not the navbar.
- Brand row inside the mobile panel: site title was white-on-blue and
blended into the new white background. Force dark gray, kill hover
color shift. Close button (X) gets the same treatment.
0 commit comments