1
李凌
2026-01-21 e01cee0f0c5c5c2eb2d8595eadb3c7a9df2a37fc
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 {