13418-Fix text color in Monitor detail dark theme

This commit is contained in:
Pablo Aragon 2024-04-11 11:03:38 +02:00
parent aaa3761a86
commit 02afc6435b
1 changed files with 2 additions and 1 deletions

View File

@ -274,7 +274,8 @@ form.discovery label,
tr.group_view_data,
.group_view_data,
ol.steps li span,
ol.steps li a {
ol.steps li a,
.div-span {
color: var(--text-color) !important;
}