|
|
@ -121,17 +121,19 @@ html[data-darkmode="true"] {
|
|
|
|
--color-icon-github-hover: var(--color-grey-700);
|
|
|
|
--color-icon-github-hover: var(--color-grey-700);
|
|
|
|
--color-watch-table-error: var(--color-light-red);
|
|
|
|
--color-watch-table-error: var(--color-light-red);
|
|
|
|
--color-watch-table-row-text: var(--color-grey-800); }
|
|
|
|
--color-watch-table-row-text: var(--color-grey-800); }
|
|
|
|
html[data-darkmode="true"] .watch-controls img {
|
|
|
|
|
|
|
|
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 {
|
|
|
|
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,
|
|
|
|
html[data-darkmode="true"] .watch-table .current-diff-url::after {
|
|
|
|
html[data-darkmode="true"] .watch-table .current-diff-url::after {
|
|
|
|
filter: invert(0.5) hue-rotate(10deg) brightness(2); }
|
|
|
|
filter: invert(0.5) hue-rotate(10deg) brightness(2); }
|
|
|
|
|
|
|
|
html[data-darkmode="true"] .watch-table .watch-controls .state-off img {
|
|
|
|
|
|
|
|
opacity: 0.3; }
|
|
|
|
|
|
|
|
html[data-darkmode="true"] .watch-table .watch-controls .state-on img {
|
|
|
|
|
|
|
|
opacity: 1.0; }
|
|
|
|
|
|
|
|
html[data-darkmode="true"] .watch-table .unviewed {
|
|
|
|
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
html[data-darkmode="true"] .watch-table .unviewed.error {
|
|
|
|
|
|
|
|
color: var(--color-watch-table-error); }
|
|
|
|
|
|
|
|
|
|
|
|
#diff-ui {
|
|
|
|
#diff-ui {
|
|
|
|
background: var(--color-background);
|
|
|
|
background: var(--color-background);
|
|
|
|