summaryrefslogtreecommitdiffstats
path: root/src/_thread.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_thread.scss')
-rw-r--r--src/_thread.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_thread.scss b/src/_thread.scss
index 5217447..c602a87 100644
--- a/src/_thread.scss
+++ b/src/_thread.scss
@@ -1,6 +1,6 @@
1@use 'iro-sass/src/props'; 1@use 'iro-sass/src/props';
2 2
3@use 'common'; 3@use 'core';
4 4
5@mixin styles { 5@mixin styles {
6 .messageGroupList .columnSubject > .statusDisplay { 6 .messageGroupList .columnSubject > .statusDisplay {
@@ -22,7 +22,7 @@
22 .messageSignature { 22 .messageSignature {
23 a { 23 a {
24 text-decoration: underline; 24 text-decoration: underline;
25 text-decoration-color: props.get(common.$vlpnLinkUnderline); 25 text-decoration-color: props.get(core.$vlpnLinkUnderline);
26 } 26 }
27 27
28 a:hover { 28 a:hover {