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>
<g-link class="logo" to="/">
<span class="logo__text">
{{ $static.metaData.siteName }}
&larr; {{ $static.metaData.siteName }}
</span>
</g-link>
</template>

View file

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