diff --git a/src/web/darktheme.css b/src/web/darktheme.css index 8bfc46b..28646ea 100644 --- a/src/web/darktheme.css +++ b/src/web/darktheme.css @@ -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; -} \ No newline at end of file +} + +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; +}