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.
Commit
86ff84dac89c243b7775e24fc8864d2fbeb25b07726acc0f5c65aaa6bcadd93c
Parent
91c2b1b6c584a8d…
1 file changed
+3
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -14,10 +14,13 @@ | ||
| 14 | 14 | text-decoration: none; |
| 15 | 15 | } |
| 16 | 16 | a:hover { |
| 17 | 17 | color: #4183C4; |
| 18 | 18 | text-decoration: underline; |
| 19 | +} | |
| 20 | +div.forumPosts a:visited { | |
| 21 | + color: #6A7F94; | |
| 19 | 22 | } |
| 20 | 23 | |
| 21 | 24 | hr { |
| 22 | 25 | color: #eee; |
| 23 | 26 | } |
| 24 | 27 |
| --- 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 |