更新新需求-采集
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
body {
|
||||
background: var(--color-bg-light);
|
||||
font-family: var(--font-family-base);
|
||||
}
|
||||
|
||||
html {
|
||||
@@ -49,3 +50,14 @@ html {
|
||||
background: var(--color-bg-dark);
|
||||
color: var(--color-text-dark);
|
||||
}
|
||||
|
||||
.theme-dark a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.theme-dark .el-tabs__item:focus-visible,
|
||||
.theme-dark button:focus-visible,
|
||||
.theme-dark a:focus-visible {
|
||||
outline: 2px solid rgba(96, 165, 250, 0.9);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
@@ -2,15 +2,20 @@
|
||||
--font-family-base: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
|
||||
--color-primary: #409eff;
|
||||
--color-bg-light: #eef3f8;
|
||||
--color-bg-dark: #0d0d0d;
|
||||
--color-bg-dark: #060913;
|
||||
--color-surface-light: rgba(255, 255, 255, 0.92);
|
||||
--color-surface-dark: #1a1a1a;
|
||||
--color-surface-dark: #0f172a;
|
||||
--color-border-light: #d6e4ef;
|
||||
--color-border-dark: #2a2a2a;
|
||||
--color-border-dark: #334155;
|
||||
--color-text-primary: #303133;
|
||||
--color-text-secondary: #606266;
|
||||
--color-text-dark: #e5eaf3;
|
||||
--color-text-muted-dark: #94a3b8;
|
||||
--color-accent-blue: #60a5fa;
|
||||
--color-accent-indigo: #818cf8;
|
||||
--color-accent-surface: rgba(37, 99, 235, 0.14);
|
||||
--shadow-card: 0 10px 30px rgba(0, 0, 0, 0.08);
|
||||
--shadow-card-dark: 0 18px 38px rgba(2, 8, 23, 0.35);
|
||||
--radius-lg: 16px;
|
||||
--radius-md: 12px;
|
||||
--radius-sm: 8px;
|
||||
|
||||
Reference in New Issue
Block a user