We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb15eb commit 3827ec2Copy full SHA for 3827ec2
src/common/themes.css
@@ -26,8 +26,9 @@
26
--form-control-color: var(--form-color2);
27
--hilite-color: #f008;
28
}
29
-.__NoScript_Theme__.vintage:not[data-theme="light"] :is(input.preset, .icon) {
30
- filter: brightness(90%);
+
+.__NoScript_Theme__.vintage:not([data-theme="light"]) :is(input.preset, .icon) {
31
+ filter: brightness(85%);
32
33
34
@@ -47,7 +48,7 @@
47
48
49
50
.__NoScript_Theme__.vintage[data-theme="dark"] :is(input.preset, .icon) {
51
52
53
54
0 commit comments