Use anchor tags for navigation

This commit is contained in:
Misode
2020-09-22 22:35:59 +02:00
parent 248bce045a
commit 59c2d761b5
2 changed files with 5 additions and 3 deletions

View File

@@ -368,6 +368,7 @@ body {
padding: 8px 15px;
cursor: pointer;
user-select: none;
text-decoration: none;
border-radius: 3px;
background-color: var(--nav-faded);
color: var(--text);