Commit
Author: Adam Argyle [argyle@google.com]
Committer: GitHub [noreply@github.com] Tue, 21 Sep 2021 16:19:02 +0000
Hash: 72ffac12f3740c2f21dcdd0c5d99a68eff2686af
Timestamp: Tue, 21 Sep 2021 16:19:02 +0000 (3 years ago)

+3 -3 +/-1 browse
Update theme.light.css
1diff --git a/src/extra/theme.light.css b/src/extra/theme.light.css
2index 00d8424..c7a1e1c 100644
3--- a/src/extra/theme.light.css
4+++ b/src/extra/theme.light.css
5 @@ -15,7 +15,7 @@
6 --surface-4: var(--gray-4);
7
8 @media (--HDcolor) {
9- --link: color(display-p3 0 1 1);
10- --link-visited: color(display-p3 1 0 1);
11+ --link: color(display-p3 0 .5 1);
12+ --link-visited: color(display-p3 .6 .2 1);
13 }
14- }
15\ No newline at end of file
16+ }