1
0
Fork 0

Accent color on hover in contacts

master
Emil Miler 2 years ago
parent 59729f0273
commit ede3113d9c

@ -463,6 +463,10 @@ body.noscroll {
a {
text-decoration: none;
color: inherit;
&:hover {
color: lighten($col-accent, 25%);
}
}
}
}

Loading…
Cancel
Save