Fossil SCM
Make forum post hyperlinks more visible, with the conventional underline.
Commit
b9027e76fffe81d20697a64141c6eeace8678b9a320afe49a04cd6731f6effbf
Parent
f97a29dd58fb40c…
1 file changed
+4
+4
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -928,10 +928,14 @@ | ||
| 928 | 928 | div.forumClosed { |
| 929 | 929 | } |
| 930 | 930 | div.forumClosed > .forumPostBody { |
| 931 | 931 | opacity: 0.7; |
| 932 | 932 | } |
| 933 | +.forumPostBody a { | |
| 934 | + text-decoration-line: underline; | |
| 935 | + text-decoration-style: solid; | |
| 936 | +} | |
| 933 | 937 | div.forumClosed > .forumPostHdr::before { |
| 934 | 938 | content: "[CLOSED] "; |
| 935 | 939 | } |
| 936 | 940 | /*div.forumClosed > div.forumPostBody { |
| 937 | 941 | filter: blur(5px); |
| 938 | 942 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -928,10 +928,14 @@ | |
| 928 | div.forumClosed { |
| 929 | } |
| 930 | div.forumClosed > .forumPostBody { |
| 931 | opacity: 0.7; |
| 932 | } |
| 933 | div.forumClosed > .forumPostHdr::before { |
| 934 | content: "[CLOSED] "; |
| 935 | } |
| 936 | /*div.forumClosed > div.forumPostBody { |
| 937 | filter: blur(5px); |
| 938 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -928,10 +928,14 @@ | |
| 928 | div.forumClosed { |
| 929 | } |
| 930 | div.forumClosed > .forumPostBody { |
| 931 | opacity: 0.7; |
| 932 | } |
| 933 | .forumPostBody a { |
| 934 | text-decoration-line: underline; |
| 935 | text-decoration-style: solid; |
| 936 | } |
| 937 | div.forumClosed > .forumPostHdr::before { |
| 938 | content: "[CLOSED] "; |
| 939 | } |
| 940 | /*div.forumClosed > div.forumPostBody { |
| 941 | filter: blur(5px); |
| 942 |