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 836d434 commit 642ec75Copy full SHA for 642ec75
src/.vuepress/theme/layouts/Posts.vue
@@ -11,6 +11,10 @@
11
class="ml-2"
12
/>
13
14
+ <h1 class="pl-3 mt-2 mb-12 text-5xl font-bold leading-10 lg:pl-6">
15
+ Latest posts <span class="capitalize">{{ isCategory ? `(${$currentCategories.key})` : '' }}</span>
16
+ </h1>
17
+
18
<ul class="flex flex-wrap justify-between w-full px-3 lg:pr-6 lg:pl-0 lg:ml-6 xl:pr-0">
19
<li
20
v-for="post in posts"
src/.vuepress/theme/styles/_markdown.scss
@@ -47,7 +47,7 @@
47
}
48
49
h1, h2, h3 {
50
- @apply relative;
+ @apply relative bg-main text-color;
51
52
.header-anchor {
53
@apply text-accent-primary absolute top-0 opacity-0 no-underline;
0 commit comments