From 2447601b1d045ace6b00b621f04aff6b89200836 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Mon, 21 Jul 2025 17:44:19 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B4=B0=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 8a1584a..052faac 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -11,11 +11,11 @@ a { - @apply text-blue-600 dark:text-blue-300; + @apply text-blue-700 dark:text-blue-300; } a:hover { - @apply text-blue-400 dark:text-blue-100; + @apply text-blue-500 dark:text-blue-100; } }