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