Style dark components

This commit is contained in:
Jeremy Thomas
2019-10-18 20:29:40 -04:00
parent 6b09dcfcf0
commit 9209d1fe42
25 changed files with 1079 additions and 473 deletions

View File

@@ -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