mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Fix button icons
This commit is contained in:
@@ -23,6 +23,6 @@
|
||||
|
||||
@function findColorInvert($color)
|
||||
@if (colorLuminance($color) > 0.55)
|
||||
@return rgba(black, 0.7)
|
||||
@return rgba(#000, 0.7)
|
||||
@else
|
||||
@return white
|
||||
@return #fff
|
||||
|
||||
Reference in New Issue
Block a user