Added css option to hover all the links (fix #33) #117

Merged
cami merged 1 commit from bugfix/linkhovering into main 2021-07-08 23:20:30 +00:00

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;