Fix user liquid tag text color (#2849)
This commit fixes the styles for the user liquid tag to match the current theme.
This commit is contained in:
parent
2837e5430a
commit
2c6cfb2224
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
@import 'variables';
|
||||
@import 'mixins';
|
||||
.ltag__user__link {
|
||||
color: #111111 !important;
|
||||
color: $black;
|
||||
color: var(--theme-color, $black);
|
||||
&:active {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue