wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/styles/globals.css
@@ -292,7 +292,7 @@
  line-height: 24px;
}
[class*="code-"] {
[class*='code-'] {
  @apply font-mono;
}
@@ -654,7 +654,7 @@
}
.text-gradient {
  background: linear-gradient(91.58deg, #2250f2 -29.55%, #0ebcf3 75.22%);
  background: linear-gradient(91.58deg, #2250F2 -29.55%, #0EBCF3 75.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
@@ -662,7 +662,7 @@
}
/* overwrite paging active dark model style  */
[class*="style_paginatio"] li .text-primary-600 {
[class*=style_paginatio] li .text-primary-600 {
  color: rgb(28 100 242);
  background-color: rgb(235 245 255);
}
@@ -675,26 +675,8 @@
  bottom: 0;
}
[data-theme="dark"] [data-hide-on-theme="dark"],
[data-theme="light"] [data-hide-on-theme="light"] {
  display: none;
}
@import '../components/base/button/index.css';
@import '../components/base/action-button/index.css';
@import '../components/base/modal/index.css';
@import "../components/base/button/index.css";
@import "../components/base/action-button/index.css";
@import "../components/base/modal/index.css";
@tailwind utilities;
@layer utilities {
  /* Hide scrollbar for Chrome, Safari and Opera */
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@tailwind utilities;