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.

wyoung 2024-02-09 08:25 inskinerator-modern-backport
Commit 17a6417606c570fffcd47b29a8a48b5b5eff0390eaffdc1ef0687471cf18fcd3
1 file changed +1 -1
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -6,11 +6,11 @@
66
background-color: white;
77
font-family: sans-serif;
88
}
99
1010
a {
11
- color: #4183C4;
11
+ color: #59C;
1212
text-decoration: none;
1313
}
1414
a:hover {
1515
color: #4183C4;
1616
text-decoration: underline;
1717
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button