From f6a46f2025620236b404914069d6a2af866db126 Mon Sep 17 00:00:00 2001
From: Arthur DANJOU
Date: Mon, 11 Dec 2023 00:07:11 +0100
Subject: [PATCH] Fix colors
---
src/app.config.ts | 2 +-
src/pages/guestbook.vue | 23 ++++++++++++++---------
src/pages/talents.vue | 6 +++---
3 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/src/app.config.ts b/src/app.config.ts
index f79d960..3815172 100644
--- a/src/app.config.ts
+++ b/src/app.config.ts
@@ -12,7 +12,7 @@ export default defineAppConfig({
},
dropdown: {
container: 'z-50',
- background: 'bg-white dark:bg-zinc-800',
+ background: 'bg-white dark:bg-zinc-900/90',
item: {
base: 'duration-300 group flex items-center gap-2 w-full',
},
diff --git a/src/pages/guestbook.vue b/src/pages/guestbook.vue
index 5b0aa1c..d4cdcac 100644
--- a/src/pages/guestbook.vue
+++ b/src/pages/guestbook.vue
@@ -50,11 +50,16 @@ async function sign() {
-
-
-
- Want to sign my book ?
-
+
+
+
+
+ Want to sign my book ?
+
+
+
+ Enter your message just below to sign the book.
+
@@ -64,18 +69,19 @@ async function sign() {
required
min="7"
max="58"
- class="w-full rounded-lg p-2 h-10 focus:outline-none bg-gray-100 dark:bg-stone-800"
+ class="w-full rounded-lg p-2 h-10 focus:outline-none bg-gray-100 dark:bg-gray-800"
placeholder="Leave a message"
>
Logout
@@ -94,7 +100,6 @@ async function sign() {
/>
- {{ user }}