Skip to content

Commit dafff61

Browse files
committed
imperceptible nudge to p3 light theme link color
to pass "more" tools when used with surface-2. some tools said it failed, some said it passed. this tips the scales so everyone wins.
1 parent b006085 commit dafff61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extra/theme.light.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@media (--HDcolor) {
2020
@supports (color: color(display-p3 0 0 0)) {
21-
--link: color(display-p3 .1 .4 1);
21+
--link: color(display-p3 .1 .39 1);
2222
--link-visited: color(display-p3 .6 .2 1);
2323
}
2424
}

src/extra/theme.light.switch.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
@media (--HDcolor) {
2727
@supports (color: color(display-p3 0 0 0)) {
28-
--link: color(display-p3 .1 .4 1);
28+
--link: color(display-p3 .1 .39 1);
2929
--link-visited: color(display-p3 .6 .2 1);
3030
}
3131
}

0 commit comments

Comments
 (0)