mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Style dark components
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.bd-expo
|
||||
background-color: var(--#{$prefix}-scheme-main)
|
||||
background-color: var(--#{$prefix}scheme-main)
|
||||
padding: 1.5rem
|
||||
|
||||
.bd-website
|
||||
@@ -31,7 +31,7 @@
|
||||
transition: opacity 200ms $easing
|
||||
|
||||
.bd-website-overlay
|
||||
background-color: var(--#{$prefix}-scheme-invert)
|
||||
background-color: var(--#{$prefix}scheme-invert)
|
||||
opacity: 0
|
||||
transition: opacity 200ms $easing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user