umbraco / OurUmbraco

MIT License
96 stars 171 forks source link

Low contrast with white icon on light grey background #844

Open bjarnef opened 10 months ago

bjarnef commented 10 months ago

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;
}