feat(docs): Add guide index page

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent ae18d231b0
commit 3bc0e878a2
5 changed files with 78 additions and 9 deletions
+1 -2
View File
@@ -16,9 +16,8 @@ import ParentLayout from '@vuepress/theme-default/lib/client/layouts/Layout.vue'
</template>
<style>
.page-footer {
@apply dark:(text-white bg-black) pt-[2rem];
@apply dark:(text-white bg-black) pt-[2rem] text-center;
border-top: 1px solid var(--c-border);
text-align: center;
transition: border-color var(--t-color);
}
</style>