mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update index.html
This commit is contained in:
parent
e5c3648471
commit
edcaf8cdc0
1 changed files with 3 additions and 2 deletions
|
@ -16,13 +16,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-dark h2 {
|
.ant-card-dark h2 {
|
||||||
color: hsla(0, 0%, 100%, .65);
|
color: var(--dark-color-text-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .ant-card-hoverable:hover,
|
.dark .ant-card-hoverable:hover,
|
||||||
.dark .ant-space-item > .ant-tabs:hover {
|
.dark .ant-space-item > .ant-tabs:hover {
|
||||||
transform: scale(0.987);
|
transform: scale(0.987);
|
||||||
outline-color: #40434d;
|
outline-color: var(--dark-color-stroke);
|
||||||
|
outline-offset: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .ant-card-bordered {
|
.dark .ant-card-bordered {
|
||||||
|
|
Loading…
Reference in a new issue