mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-08 00:59:57 +08:00
fix: 修复暗色主题缺失变量和 CSS 选择器冲突
- variables.css: 暗色主题添加缺失的 --border-focus - pages.css: 修复 .editor-area 从 flex 容器改为正确的 textarea 样式 - components.css: 添加 .stat-card-meta 类 - dashboard.js: 内联样式替换为 CSS 类
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
|
||||
--border-primary: rgba(255, 255, 255, 0.08);
|
||||
--border-secondary: rgba(255, 255, 255, 0.04);
|
||||
--border-focus: rgba(129, 140, 248, 0.5);
|
||||
|
||||
--text-primary: #e4e4e7;
|
||||
--text-secondary: #a1a1aa;
|
||||
|
||||
Reference in New Issue
Block a user