Skip to content

Commit 3772e3b

Browse files
committed
arrow back
1 parent 865a7af commit 3772e3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Logo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<g-link class="logo" to="/">
33
<span class="logo__text">
4-
{{ $static.metaData.siteName }}
4+
&larr; {{ $static.metaData.siteName }}
55
</span>
66
</g-link>
77
</template>

src/components/PostTags.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ export default {
1717
margin: 1em 0 0;
1818
1919
&__link {
20-
margin-right: 1em;
20+
margin-right: .7em;
2121
font-size: .8em;
2222
color: currentColor;
2323
text-decoration: none;
2424
background-color: var(--bg-color);
25-
color: currentColor!important;
25+
color: currentColor!important; //Todo: remove important;
2626
padding: .5em;
2727
border-radius: var(--radius);
2828
}

0 commit comments

Comments
 (0)