feat(docs): layout styles

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