Fossil SCM
Slight CSS tweak to the darkmode skin's forum listing, based on [forum:9a6f4c039d82|forum post 9a6f4c039d82], intended to make the have-been-visited links stand out a bit better.
Commit
d2c93a417e8f988463413b6ed2f7b4622e554ae981648b495cdbbc2f616574f8
Parent
e6ef19776f1fb38…
1 file changed
+4
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -565,10 +565,14 @@ | ||
| 565 | 565 | |
| 566 | 566 | body.forum .forumPostBody > div blockquote { |
| 567 | 567 | border: 1px inset; |
| 568 | 568 | padding: 0 0.5em; |
| 569 | 569 | } |
| 570 | + | |
| 571 | +body.forum .forumPosts.fileage a:visited { | |
| 572 | + color: rgba(98, 150, 205, 0.9); | |
| 573 | +} | |
| 570 | 574 | |
| 571 | 575 | body.report table.report tr td { color: black } |
| 572 | 576 | body.report table.report a { color: blue } |
| 573 | 577 | body.tkt td.tktDspValue { color: black } |
| 574 | 578 | body.tkt td.tktDspValue a { color: blue } |
| 575 | 579 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -565,10 +565,14 @@ | |
| 565 | |
| 566 | body.forum .forumPostBody > div blockquote { |
| 567 | border: 1px inset; |
| 568 | padding: 0 0.5em; |
| 569 | } |
| 570 | |
| 571 | body.report table.report tr td { color: black } |
| 572 | body.report table.report a { color: blue } |
| 573 | body.tkt td.tktDspValue { color: black } |
| 574 | body.tkt td.tktDspValue a { color: blue } |
| 575 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -565,10 +565,14 @@ | |
| 565 | |
| 566 | body.forum .forumPostBody > div blockquote { |
| 567 | border: 1px inset; |
| 568 | padding: 0 0.5em; |
| 569 | } |
| 570 | |
| 571 | body.forum .forumPosts.fileage a:visited { |
| 572 | color: rgba(98, 150, 205, 0.9); |
| 573 | } |
| 574 | |
| 575 | body.report table.report tr td { color: black } |
| 576 | body.report table.report a { color: blue } |
| 577 | body.tkt td.tktDspValue { color: black } |
| 578 | body.tkt td.tktDspValue a { color: blue } |
| 579 |