1
李凌
2026-01-20 7e55ca7470a21a93402c4c8e410eeef7c7d1da0c
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 {