Add some hover on links

This commit is contained in:
2020-02-27 23:06:20 +01:00
parent f1aae14b6c
commit 716e38d7cc
2 changed files with 17 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ button {
text-decoration: none;
&:hover {
text-decoration: underline;
color: $color-secondary;
}
}