diff options
author | Volpeon <git@volpeon.ink> | 2024-12-10 08:56:39 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-10 08:56:39 +0100 |
commit | 35c9e21b382b6cc4c23cc70c84795e641eb9bd9f (patch) | |
tree | 3126c7d9b6b57432c634f2c35a2ccc2f1361320e /src/_thread.scss | |
parent | Update (diff) | |
download | furbase-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.scss | 13 |
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 | } |