summaryrefslogtreecommitdiff
path: root/pages/create.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-27 19:17:51 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-27 19:17:51 +0200
commit6395d1ec4362fedd7854fc9a103bad8bf7ae5d3d (patch)
tree93a2d01ec76ef5b78e36d3f5f2ad284d1286d928 /pages/create.vue
parent74f689fefb77328f22772bbdf9ebc6aefb01cdab (diff)
Dark mode
Diffstat (limited to 'pages/create.vue')
-rw-r--r--pages/create.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/create.vue b/pages/create.vue
index 8063b7b..8930d0e 100644
--- a/pages/create.vue
+++ b/pages/create.vue
@@ -1,7 +1,7 @@
<template lang="pug">
.mx-auto.w-90p.py-6(class="sm:px-6 lg:px-8 md:max-w-7xl")
- h1.text-3xl.font-bold Create a new model
- p Fill all the required fieds to upload your 3D model into Verden!
+ h1.text-3xl.font-bold(class="dark:text-white") Create a new model
+ p(class="dark:text-white") Fill all the required fieds to upload your 3D model into Verden!
model-form
</template>