Dark mode - Make watches with errors easier to read

This commit is contained in:
dgtlmoon
2022-12-05 09:53:53 +01:00
parent 378d7b7362
commit 9e67a572c5
4 changed files with 25 additions and 12 deletions

View File

@@ -126,7 +126,7 @@ code {
}
.error {
color: var(--color-error);
color: var(--color-watch-table-error);
}
td {