mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 11:46:18 +00:00
Update custom.css
This commit is contained in:
parent
875a6d1302
commit
181d74629c
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
--dark-color-tag-blue-bg: #111a2c;
|
||||
--dark-color-tag-blue-border: #1348ab;
|
||||
--dark-color-tag-blue-color: #529fff;
|
||||
--dark-color-codemirror-line-hover: rgba(0, 0, 0, 0.2);
|
||||
--dark-color-codemirror-line-selection: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
html[data-theme='ultra-dark'] {
|
||||
|
@ -61,6 +63,8 @@ html[data-theme='ultra-dark'] {
|
|||
--dark-color-tag-blue-bg: #111a2c;
|
||||
--dark-color-tag-blue-border: #0f367e;
|
||||
--dark-color-tag-blue-color: #3c89e8;
|
||||
--dark-color-codemirror-line-hover: rgba(85, 85, 85, 0.3);
|
||||
--dark-color-codemirror-line-selection: rgba(85, 85, 85, 0.4);
|
||||
.ant-dropdown-menu-dark {
|
||||
background-color: var(--dark-color-surface-500);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue