add some styling

This commit is contained in:
Philipp Kühn
2020-04-17 23:18:18 +02:00
parent 4f68026f7f
commit 7a17adcc84
43 changed files with 217 additions and 13 deletions

View File

@@ -55,6 +55,11 @@ body {
outline: none;
}
ul,
ol {
list-style: none;
}
a {
color: inherit;
transition: color 0.2s $ease, background-color 0.2s $ease;