mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 04:06:18 +00:00
Update index.html
This commit is contained in:
parent
c413be10bd
commit
2e7709f610
1 changed files with 12 additions and 0 deletions
|
@ -18,6 +18,17 @@
|
||||||
.ant-card-dark h2 {
|
.ant-card-dark h2 {
|
||||||
color: var(--dark-color-text-primary);
|
color: var(--dark-color-text-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .ant-card-hoverable:hover,
|
||||||
|
.dark .ant-space-item > .ant-tabs:hover {
|
||||||
|
transform: scale(0.987);
|
||||||
|
outline-color: var(--dark-color-stroke);
|
||||||
|
outline-offset: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .ant-card-bordered {
|
||||||
|
outline: 2px solid var(--dark-color-background);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -343,6 +354,7 @@
|
||||||
{{template "js" .}}
|
{{template "js" .}}
|
||||||
<script src="{{ .base_path }}assets/clipboard/clipboard.min.js"></script>
|
<script src="{{ .base_path }}assets/clipboard/clipboard.min.js"></script>
|
||||||
{{template "component/themeSwitcher" .}}
|
{{template "component/themeSwitcher" .}}
|
||||||
|
{{template "component/ultraDarkTheme" .}}
|
||||||
{{template "textModal"}}
|
{{template "textModal"}}
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue