Conversation
|
I was wondering the same, but then the index title is also small. |
Yeah, that's another issue that I was able to fix in my custom template, but I couldn't easily fix the icon being different. |
|
That icon is used only once, IIRC. Better to remove it entirely, and make the icon smaller with CSS if needed, IMO. |
|
I'd honestly rather have the index size follow the normal hierarchy rules than shrink the size with css - I've just never gotten around to making it do that |
There's no special CSS targeting index title, It is using an It would have produced an a11y error due to invalid heading order (as it does for hierarchy), but section "headings" are wrapped in a |
|
@Gerrit0 Want me to update this to make the index styles consistent? Below is a screenshot of what I did in my custom theme (the index chevron is still different, but I was able to tweak it enough with CSS to make it less noticeable). If anyone is curious, here's a draft of the site.
|
|
Go for it! |

This is a very minor issue I noticed while working on a custom theme. Most of the site uses
chevronDown, but for some reason the index useschevronSmall. It looks weird when everything is collapsed and they don't match.Before
After