mirror of
https://github.com/versia-pub/blog.git
synced 2026-03-13 01:29:15 +01:00
docs: 📝 Write article about Versia 0.5
This commit is contained in:
parent
d97efab9f3
commit
7589afd7b7
16 changed files with 291 additions and 50 deletions
|
|
@ -1,11 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main :class="[$style.content, 'w-full h-full min-h-screen bg-gradient-to-tr from-zinc-900 to-zinc-800']">
|
||||
<main :class="['size-full min-h-screen bg-zinc-900 font-sans']">
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style lang="css" module>
|
||||
.content {
|
||||
font-family: Inter, sans-serif;
|
||||
}
|
||||
</style>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue