Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low contrast with white icon on light grey background #844

Open
bjarnef opened this issue Nov 16, 2023 · 0 comments
Open

Low contrast with white icon on light grey background #844

bjarnef opened this issue Nov 16, 2023 · 0 comments
Labels

Comments

@bjarnef
Copy link
Contributor

bjarnef commented Nov 16, 2023

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant