generated from Seekra/repository-template
Add router link to the startpage in the navbar
This commit is contained in:
@@ -16,7 +16,9 @@ limitations under the License.
|
||||
|
||||
<template>
|
||||
<nav class="global-nav">
|
||||
<RouterLink to="/" class="link button link">
|
||||
<span id="logo">Seekra</span>
|
||||
</RouterLink>
|
||||
<ul class="right-links">
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@@ -24,3 +24,11 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.link:hover:not(.button-link) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user