add github link

This commit is contained in:
Philipp Kühn
2020-10-12 17:43:20 +02:00
parent ba7d17603b
commit 512f504f08
3 changed files with 43 additions and 0 deletions

View File

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