improve styling

This commit is contained in:
Philipp Kühn
2020-04-17 23:47:25 +02:00
parent 71e1e20e01
commit 5059a58c18
2 changed files with 19 additions and 19 deletions

View File

@@ -60,6 +60,11 @@ ol {
list-style: none;
}
button {
font: inherit;
cursor: pointer;
}
a {
color: inherit;
transition: color 0.2s $ease, background-color 0.2s $ease;