Skip to content

Commit

Permalink
Update darktheme.css
Browse files Browse the repository at this point in the history
Fixed docker container list text theme color
  • Loading branch information
tobychui committed Nov 24, 2024
1 parent e56b045 commit 9fca235
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/web/darktheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1125,4 +1125,9 @@ body.darkTheme .ui.celled.compact.table thead th {
background-color: var(--theme_bg_secondary) !important;
color: var(--text_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;
}

0 comments on commit 9fca235

Please sign in to comment.