mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add color scheme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$footer-background-color: $white-bis !default
|
||||
$footer-background-color: $scheme-main-bis !default
|
||||
$footer-color: false !default
|
||||
$footer-padding: 3rem 1.5rem 6rem !default
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
a
|
||||
color: $color-invert
|
||||
&:hover
|
||||
background-color: rgba($black, 0.1)
|
||||
background-color: rgba($scheme-invert, 0.1)
|
||||
li.is-active a
|
||||
&,
|
||||
&:hover
|
||||
|
||||
Reference in New Issue
Block a user