Fossil SCM

Coloring the hyperlinks to the newest forum posts from /forum with a dimmer and less saturated version of the normal hyperlink color in the default skin, to test the new div.forumPosts selector. Other skins to be updated later if this is approved.

wyoung 2018-08-25 20:41 trunk
Commit 86ff84dac89c243b7775e24fc8864d2fbeb25b07726acc0f5c65aaa6bcadd93c
1 file changed +3
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -14,10 +14,13 @@
1414
text-decoration: none;
1515
}
1616
a:hover {
1717
color: #4183C4;
1818
text-decoration: underline;
19
+}
20
+div.forumPosts a:visited {
21
+ color: #6A7F94;
1922
}
2023
2124
hr {
2225
color: #eee;
2326
}
2427
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -14,10 +14,13 @@
14 text-decoration: none;
15 }
16 a:hover {
17 color: #4183C4;
18 text-decoration: underline;
 
 
 
19 }
20
21 hr {
22 color: #eee;
23 }
24
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -14,10 +14,13 @@
14 text-decoration: none;
15 }
16 a:hover {
17 color: #4183C4;
18 text-decoration: underline;
19 }
20 div.forumPosts a:visited {
21 color: #6A7F94;
22 }
23
24 hr {
25 color: #eee;
26 }
27

Keyboard Shortcuts

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