Skip to content

Commit 3827ec2

Browse files
committed
Further tone down vintage icon brightness in dark mode.
1 parent 9cb15eb commit 3827ec2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/common/themes.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
--form-control-color: var(--form-color2);
2727
--hilite-color: #f008;
2828
}
29-
.__NoScript_Theme__.vintage:not[data-theme="light"] :is(input.preset, .icon) {
30-
filter: brightness(90%);
29+
30+
.__NoScript_Theme__.vintage:not([data-theme="light"]) :is(input.preset, .icon) {
31+
filter: brightness(85%);
3132
}
3233

3334

@@ -47,7 +48,7 @@
4748
}
4849

4950
.__NoScript_Theme__.vintage[data-theme="dark"] :is(input.preset, .icon) {
50-
filter: brightness(90%);
51+
filter: brightness(85%);
5152
}
5253

5354
}

0 commit comments

Comments
 (0)