mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00
Update darktheme.css
Fixed docker container list text theme color
This commit is contained in:
parent
e56b045689
commit
9fca2354c6
@ -1125,4 +1125,9 @@ body.darkTheme .ui.celled.compact.table thead th {
|
|||||||
background-color: var(--theme_bg_secondary) !important;
|
background-color: var(--theme_bg_secondary) !important;
|
||||||
color: var(--text_color) !important;
|
color: var(--text_color) !important;
|
||||||
border-color: var(--divider_color) !important;
|
border-color: var(--divider_color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.darkTheme .ui.list .list > .item .header, .ui.list > .item .header,
|
||||||
|
body.darkTheme .ui.list .list > .item .description, .ui.list > .item .description {
|
||||||
|
color: var(--text_color) !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user