Skip to content

Commit

Permalink
imperceptible nudge to p3 light theme link color
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
argyleink committed Dec 5, 2024
1 parent b006085 commit dafff61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extra/theme.light.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@media (--HDcolor) {
@supports (color: color(display-p3 0 0 0)) {
--link: color(display-p3 .1 .4 1);
--link: color(display-p3 .1 .39 1);
--link-visited: color(display-p3 .6 .2 1);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/extra/theme.light.switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@media (--HDcolor) {
@supports (color: color(display-p3 0 0 0)) {
--link: color(display-p3 .1 .4 1);
--link: color(display-p3 .1 .39 1);
--link-visited: color(display-p3 .6 .2 1);
}
}
Expand Down

0 comments on commit dafff61

Please sign in to comment.