summaryrefslogtreecommitdiffstats
path: root/src/_thread.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-12-10 08:56:39 +0100
committerVolpeon <git@volpeon.ink>2024-12-10 08:56:39 +0100
commit35c9e21b382b6cc4c23cc70c84795e641eb9bd9f (patch)
tree3126c7d9b6b57432c634f2c35a2ccc2f1361320e /src/_thread.scss
parentUpdate (diff)
downloadfurbase-design-2024-35c9e21b382b6cc4c23cc70c84795e641eb9bd9f.tar.gz
furbase-design-2024-35c9e21b382b6cc4c23cc70c84795e641eb9bd9f.tar.bz2
furbase-design-2024-35c9e21b382b6cc4c23cc70c84795e641eb9bd9f.zip
Update
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}