use text color instead
This commit is contained in:
parent
19e79895bb
commit
1747cd8771
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover, &.icon-clicked {
|
&:hover, &.icon-clicked {
|
||||||
color: $fallback--cBlue;
|
color: $fallback--text;
|
||||||
color: var(--cBlue, $fallback--cBlue);
|
color: var(--text, $fallback--text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue