fix: improve styling for list page and accordion view#5252
fix: improve styling for list page and accordion view#5252another-rex merged 2 commits intogoogle:masterfrom
Conversation
michaelkedar
left a comment
There was a problem hiding this comment.
I like it, though I'm wondering if there's a way to keep the red accent colour somehow (or red text on black is just always bad contrast)
|
Thanks for the alternative screenshots, I think I'm still a fan of the current gray and red, maybe we can make the red text darker for better contrast? |
Yeah I think a lighter gray + darker red could work better too. Will look into this in the follow up. |



Applies some tiny improvements for styling after light-mode implementation
Fixes 'Published' sort arrow icon visibility in dark mode on the /list page:
(Before)

(After)

Fixes accordion open state styling in light mode with proper background/text contrast:
(Before)

(After)

Also, unrelated to theming, reduced the tree structure ending line distance from last child item in accordion view because it looked too spacious.