-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
BUG 🐞Not working as expectedNot working as expectedModern Interface*Only* affects the responsive design*Only* affects the responsive design
Description
The marker text color is defined in .bg--skinned' with
!important, but that doesn't work because
.block-header h2` also uses that, and a tag has higher priority in css than a class.
So in all themes, the colour is set to color: #666 !important;
which is unvisible with darker theme colours.
Metadata
Metadata
Assignees
Labels
BUG 🐞Not working as expectedNot working as expectedModern Interface*Only* affects the responsive design*Only* affects the responsive design