summaryrefslogtreecommitdiffstats
path: root/src/_thread.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_thread.scss')
-rw-r--r--src/_thread.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/_thread.scss b/src/_thread.scss
index 012bbf4..5217447 100644
--- a/src/_thread.scss
+++ b/src/_thread.scss
@@ -18,9 +18,20 @@
18 } 18 }
19 } 19 }
20 20
21 .messageContent { 21 .messageText,
22 .messageSignature {
23 a {
24 text-decoration: underline;
25 text-decoration-color: props.get(common.$vlpnLinkUnderline);
26 }
27
22 a:hover { 28 a:hover {
23 text-decoration: underline; 29 text-decoration: underline;
30 text-decoration-color: currentColor;
24 } 31 }
25 } 32 }
33
34 .quoteBoxTitle a {
35 text-decoration: none;
36 }
26} 37}