1
0
Fork 0

arrow back

This commit is contained in:
Tommy Vedvik 2019-02-28 21:35:22 +01:00
parent 865a7aff6b
commit 3772e3b7ab
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<template> <template>
<g-link class="logo" to="/"> <g-link class="logo" to="/">
<span class="logo__text"> <span class="logo__text">
{{ $static.metaData.siteName }} &larr; {{ $static.metaData.siteName }}
</span> </span>
</g-link> </g-link>
</template> </template>

View file

@ -17,12 +17,12 @@ export default {
margin: 1em 0 0; margin: 1em 0 0;
&__link { &__link {
margin-right: 1em; margin-right: .7em;
font-size: .8em; font-size: .8em;
color: currentColor; color: currentColor;
text-decoration: none; text-decoration: none;
background-color: var(--bg-color); background-color: var(--bg-color);
color: currentColor!important; color: currentColor!important; //Todo: remove important;
padding: .5em; padding: .5em;
border-radius: var(--radius); border-radius: var(--radius);
} }