umbraco/OurUmbraco

Low contrast with white icon on light grey background

Opened this issue ยท 0 comments

I noticed the button icons has changed when looking the packages created:

image

it overwrites the CSS a few times ๐Ÿ˜…
I guess it was changed something to make the icon white on the blue buttons.

image

The default color #1b264f seems to be better ๐Ÿ˜

It should probably just inherit color instead.

.box .list-buttons a i {
   color: inherit;
}