From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/styles/globals.css |   32 +++++++-------------------------
 1 files changed, 7 insertions(+), 25 deletions(-)

diff --git a/app/styles/globals.css b/app/styles/globals.css
index 52e36a2..f2aadc5 100644
--- a/app/styles/globals.css
+++ b/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;
\ No newline at end of file

--
Gitblit v1.8.0