Fossil SCM
Increased the brightness of unvisited links to bring their contrast up relative to body test above the 3:1 recommended by the [https://webaim.org/resources/linkcontrastchecker/ | WebAIM link contrast checker]. This unavoidably drops the contrast with the background from around 4:1 to 3:1, but if links are kept short (ideally, one word only) this is a good tradeoff.
Commit
17a6417606c570fffcd47b29a8a48b5b5eff0390eaffdc1ef0687471cf18fcd3
Parent
9df0a451a095f75…
1 file changed
+1
-1
+1
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -6,11 +6,11 @@ | ||
| 6 | 6 | background-color: white; |
| 7 | 7 | font-family: sans-serif; |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | a { |
| 11 | - color: #4183C4; | |
| 11 | + color: #59C; | |
| 12 | 12 | text-decoration: none; |
| 13 | 13 | } |
| 14 | 14 | a:hover { |
| 15 | 15 | color: #4183C4; |
| 16 | 16 | text-decoration: underline; |
| 17 | 17 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -6,11 +6,11 @@ | |
| 6 | background-color: white; |
| 7 | font-family: sans-serif; |
| 8 | } |
| 9 | |
| 10 | a { |
| 11 | color: #4183C4; |
| 12 | text-decoration: none; |
| 13 | } |
| 14 | a:hover { |
| 15 | color: #4183C4; |
| 16 | text-decoration: underline; |
| 17 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -6,11 +6,11 @@ | |
| 6 | background-color: white; |
| 7 | font-family: sans-serif; |
| 8 | } |
| 9 | |
| 10 | a { |
| 11 | color: #59C; |
| 12 | text-decoration: none; |
| 13 | } |
| 14 | a:hover { |
| 15 | color: #4183C4; |
| 16 | text-decoration: underline; |
| 17 |