Fix dark theme CSS

Closes #7103
This commit is contained in:
Marc Bernard 2024-12-05 23:00:04 +00:00
parent cb58678c79
commit 5f1a483bf8

View File

@ -263,4 +263,4 @@ div.log { color: var(--theme-greyscale-dark); }
.dialog input[readonly] {
background-color: var(--theme-greyscale-dark);
color: var(--theme-greyscale-medium);
}
}