Skip to content

Commit ac171d7

Browse files
committed
[#41] prefers-contrast: less
1 parent 6f92e78 commit ac171d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tape.css

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
--tape-green: #44f477;
88
}
99

10+
@media (prefers-contrast: less) {
11+
:root {
12+
--tape-white: #dcdcdc;
13+
--tape-black: #272727;
14+
}
15+
}
16+
1017
.tape-white { --tape-hex: var(--tape-white) }
1118
.tape-blue { --tape-hex: var(--tape-blue) }
1219
.tape-pink { --tape-hex: var(--tape-pink) }

0 commit comments

Comments
 (0)