去除界面优化

This commit is contained in:
2026-03-15 17:00:58 +08:00
parent 74b1f65ab1
commit 6729e321a6
15 changed files with 141 additions and 227 deletions
+7 -18
View File
@@ -1,25 +1,22 @@
@import "tailwindcss";
@theme {
--font-sans: "Plus Jakarta Sans", "Inter", "system-ui", "-apple-system", "Segoe UI", "sans-serif";
--font-sans: "Inter", "system-ui", "-apple-system", "Segoe UI", "sans-serif";
--color-brand: #2563eb;
--color-brand-dark: #1d4ed8;
--color-brand-soft: #60a5fa;
--color-surface-light: #f1f5f9;
--color-surface-dark: #0f172a;
--color-surface-light: #f5f7fb;
--color-surface-dark: #0b1220;
--color-card-light: #ffffff;
--color-card-dark: #1e293b;
--color-card-dark: #151c2c;
--shadow-glass: 0 4px 24px rgba(15, 23, 42, 0.06);
--shadow-glassDark: 0 24px 48px rgba(0, 0, 0, 0.4);
--shadow-card: 0 1px 3px rgba(0, 0, 0, 0.05);
--shadow-card-hover: 0 12px 40px rgba(15, 23, 42, 0.12);
--shadow-glass: 0 10px 30px rgba(15,23,42,0.08);
--shadow-glassDark: 0 20px 45px rgba(0,0,0,0.45);
--radius-xl: 1rem;
--radius-2xl: 1.25rem;
}
@variant dark (&:where(.dark, .dark *));
@@ -30,12 +27,11 @@
background-color: var(--color-surface-light);
color: #0f172a;
min-height: 100vh;
-webkit-font-smoothing: antialiased;
}
:root.dark body {
background-color: var(--color-surface-dark);
color: #f1f5f9;
color: #f8fafc;
}
#app {
@@ -44,13 +40,6 @@
}
@layer utilities {
.line-clamp-2 {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.scrollbar-muted {
scrollbar-width: thin;
scrollbar-color: #94a3b8 transparent;