improve footer styling

This commit is contained in:
Philipp Kühn
2021-02-05 12:05:30 +01:00
parent ed6be790e1
commit 430173f512
6 changed files with 173 additions and 54 deletions

View File

@@ -77,10 +77,6 @@ a {
color: inherit;
transition: color 0.2s $ease, background-color 0.2s $ease;
text-decoration: none;
&:hover {
color: $colorBlack;
}
}
code {