🐛 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:
parent
93577be618
commit
8b28ea75d6
@ -68,6 +68,7 @@ header {
|
||||
border: none;
|
||||
color: var(--accent-color);
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.meta {
|
||||
|
Loading…
x
Reference in New Issue
Block a user