mirror of
https://github.com/jgthms/bulma
synced 2026-03-25 14:29:36 -07:00
Add white black light dark colors, Fix button inverted
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
margin-right: 20px
|
||||
|
||||
.hero
|
||||
background: white
|
||||
background: $white
|
||||
.header
|
||||
background: none
|
||||
.container
|
||||
@@ -89,7 +89,7 @@
|
||||
a
|
||||
color: $color-invert
|
||||
&:hover
|
||||
background: rgba(black, 0.1)
|
||||
background: rgba($black, 0.1)
|
||||
li.is-active a
|
||||
&,
|
||||
&:hover
|
||||
@@ -106,7 +106,7 @@
|
||||
span
|
||||
background: $color-invert
|
||||
&:hover
|
||||
background: rgba(black, 0.1)
|
||||
background: rgba($black, 0.1)
|
||||
&.is-active
|
||||
span
|
||||
background: $color-invert
|
||||
|
||||
Reference in New Issue
Block a user