Merge pull request 'Added css option to hover all the links (fix #33)' (#117) from bugfix/linkhovering into main

Reviewed-on: #117
This commit is contained in:
cami 2021-07-08 23:20:29 +00:00
commit 85f31b17fa

View file

@ -40,6 +40,10 @@
color: var(--primary);
}
a:hover {
border-bottom: 4px dotted var(--secondary);
}
h1 {
font-size: 5em;
margin: 0.7em auto;