We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865a7af commit 3772e3bCopy full SHA for 3772e3b
src/components/Logo.vue
@@ -1,7 +1,7 @@
1
<template>
2
<g-link class="logo" to="/">
3
<span class="logo__text">
4
- {{ $static.metaData.siteName }}
+ ← {{ $static.metaData.siteName }}
5
</span>
6
</g-link>
7
</template>
src/components/PostTags.vue
@@ -17,12 +17,12 @@ export default {
17
margin: 1em 0 0;
18
19
&__link {
20
- margin-right: 1em;
+ margin-right: .7em;
21
font-size: .8em;
22
color: currentColor;
23
text-decoration: none;
24
background-color: var(--bg-color);
25
- color: currentColor!important;
+ color: currentColor!important; //Todo: remove important;
26
padding: .5em;
27
border-radius: var(--radius);
28
}
0 commit comments