|
|
|
@ -128,6 +128,8 @@ html[data-darkmode="true"] {
|
|
|
|
|
opacity: 0.4; }
|
|
|
|
|
html[data-darkmode="true"] .watch-table .unviewed {
|
|
|
|
|
color: #fff; }
|
|
|
|
|
html[data-darkmode="true"] .watch-table .unviewed.error {
|
|
|
|
|
color: var(--color-watch-table-error); }
|
|
|
|
|
html[data-darkmode="true"] .icon-spread {
|
|
|
|
|
filter: hue-rotate(-10deg) brightness(1.5); }
|
|
|
|
|
html[data-darkmode="true"] .watch-table .title-col a[target="_blank"]::after,
|
|
|
|
@ -343,13 +345,13 @@ code {
|
|
|
|
|
color: var(--color-watch-table-row-text); }
|
|
|
|
|
.watch-table tr.unviewed {
|
|
|
|
|
font-weight: bold; }
|
|
|
|
|
.watch-table .error {
|
|
|
|
|
color: var(--color-watch-table-error); }
|
|
|
|
|
.watch-table tr.error {
|
|
|
|
|
color: var(--color-watch-table-error); }
|
|
|
|
|
.watch-table td {
|
|
|
|
|
white-space: nowrap; }
|
|
|
|
|
.watch-table td.title-col {
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
white-space: normal; }
|
|
|
|
|
.watch-table td.title-col {
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
white-space: normal; }
|
|
|
|
|
.watch-table th {
|
|
|
|
|
white-space: nowrap; }
|
|
|
|
|
.watch-table th a {
|
|
|
|
|