mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Add color scheme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$list-background-color: $white !default
|
||||
$list-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) !default
|
||||
$list-background-color: $scheme-main !default
|
||||
$list-shadow: 0 2px 3px rgba($scheme-invert, 0.1), 0 0 0 1px rgba($scheme-invert, 0.1) !default
|
||||
$list-radius: $radius !default
|
||||
|
||||
$list-item-border: 1px solid $border !default
|
||||
|
||||
Reference in New Issue
Block a user