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

This commit is contained in:
cami 2021-07-09 01:19:47 +02:00
parent 186025f5df
commit 55a9eabc24

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;