🐛 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.
This commit is contained in:
welpo 2023-02-05 01:36:17 +01:00
parent 93577be618
commit 8b28ea75d6

View File

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