🐛 fix: consistent round background for hovering over links

Changes the coloured background on the main/home title text when
hovering, so that it is as round as the rest of the navbar.
main
welpo 2 years ago
parent 93577be618
commit 8b28ea75d6

@ -68,6 +68,7 @@ header {
border: none;
color: var(--accent-color);
text-decoration: none;
border-radius: 5px;
}
.meta {

Loading…
Cancel
Save