Dark mode - more colour fixes

This commit is contained in:
dgtlmoon
2022-12-05 19:10:36 +01:00
parent 69662ff91c
commit a048e4a02d
4 changed files with 20 additions and 13 deletions

View File

@@ -125,22 +125,21 @@ code {
&.unviewed {
font-weight: bold;
}
&.error {
color: var(--color-watch-table-error);
}
color: var(--color-watch-table-row-text);
}
.error {
color: var(--color-watch-table-error);
}
td {
white-space: nowrap;
&.title-col {
word-break: break-all;
white-space: normal;
}
}
td.title-col {
word-break: break-all;
white-space: normal;
}
th {
white-space: nowrap;