This commit is contained in:
2026-05-26 07:23:31 +07:00
parent f29c67bff4
commit 1c3a91b201
2 changed files with 187 additions and 2 deletions
+6 -2
View File
@@ -19,11 +19,11 @@ import { RouterLink, RouterView } from 'vue-router'
</template>
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Fredoka+One&display=swap');
:root {
color-scheme: light;
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
--blush-900: #8e2c4a;
--blush-700: #c85a7c;
--blush-500: #f1a3ba;
@@ -56,6 +56,10 @@ button {
font-family: inherit;
}
h1 {
font-family: 'Fredoka One', sans-serif;
}
.app-shell {
min-height: 100vh;
display: flex;