fix /_sass/_base.scss

This commit is contained in:
Aminda Suomalainen 2024-05-21 12:27:34 +03:00
parent ece02697b1
commit 36802a595e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

3
_sass/_base.scss vendored
View File

@ -108,7 +108,8 @@ a {
text-decoration: none;
&:visited {
color: darken($brand-color, 15%);
color: revert;
//darken($brand-color, 15%);
}
&:hover {