jgthms / bulma

Modern CSS framework based on Flexbox
https://bulma.io
MIT License
48.77k stars 3.93k forks source link

Text color on buttons? #3774

Open rvision opened 2 months ago

rvision commented 2 months ago

This is about the Bulma CSS framework

Is there any reason why text on most of the buttons is not white/light, but black/dark?

Was it like that in previous version? It looks strange, IMHO.

tonprince commented 2 months ago

I agree, it looks a bit strange now.

image image

jgthms commented 1 week ago

So Bulma calculates the contrast between dark or white text and chooses the option with the most contrast. It's possible to override this though by specifying the invert color when providing a $custom-colors map.