src/assets/init.scss
@@ -1,4 +1,5 @@ /** ************************* overwrite ****************/ @import './theme/index.scss'; #cryptos { // * { @@ -298,7 +299,9 @@ /* background */ .bg-white { background: $white; @include themify() { background: themed("main_background"); } } .bg-black { @@ -315,7 +318,11 @@ } .bg-grey { background: $grey; // background: $grey; @include themify() { background: themed("main_background"); } } .bg-dark-grey { @@ -367,7 +374,9 @@ } .text-black { color: $black; @include themify() { color: themed("text_color") !important; } } .text-dark-black {