From cc0aedc11ddef5ea03869abd85eac48a6e58df39 Mon Sep 17 00:00:00 2001 From: veryCrunchy Date: Mon, 8 Apr 2024 20:46:21 +0200 Subject: [PATCH] fix: improve nav readability --- app.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.vue b/app.vue index 3590f11..a0dc208 100644 --- a/app.vue +++ b/app.vue @@ -41,7 +41,7 @@ const navs: { name: string; path: string }[] = [ :key="nav.path" :href="nav.path" :class="{ underline: nav.path === route.fullPath }" - class="text-white hover:text-gray-100 text-xl underline-offset-6" + class="text-gray-300 hover:text-gray-200 text-xl underline-offset-6" >{{ nav.name }} @@ -64,7 +64,7 @@ const navs: { name: string; path: string }[] = [ > - +