mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 21:39:36 -07:00
Add white black light dark colors, Fix button inverted
This commit is contained in:
@@ -29,6 +29,6 @@
|
||||
|
||||
@function findColorInvert($color)
|
||||
@if (colorLuminance($color) > 0.8)
|
||||
@return rgba(black, 0.5)
|
||||
@return rgba($black, 0.5)
|
||||
@else
|
||||
@return white
|
||||
|
||||
Reference in New Issue
Block a user