更新新需求-采集
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user