forked from deepStateMirrors/tabi
🐛 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
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ header {
|
|||
border: none;
|
||||
color: var(--accent-color);
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.meta {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue