generated from Seekra/repository-template
Add router link to the startpage in the navbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user