Add router link to the startpage in the navbar

This commit is contained in:
2026-05-10 17:27:57 +02:00
parent 9f60c23c60
commit 1097694a8e
2 changed files with 11 additions and 1 deletions
+8
View File
@@ -23,4 +23,12 @@ body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.link {
text-decoration: none;
}
.link:hover:not(.button-link) {
text-decoration: underline;
}