Skip to content

Commit af87dfc

Browse files
committed
fix: light-dark @supports query
1 parent 5f8f455 commit af87dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ a:hover {
196196
text-decoration: underline;
197197
}
198198

199-
@supports not (light-dark()) {
199+
@supports not (color: light-dark(#fff, #000)) {
200200
a {
201201
text-decoration: underline;
202202
}

0 commit comments

Comments
 (0)