This commit is contained in:
2025-07-21 17:44:19 +09:00
parent 4ec9c9c5e0
commit 2447601b1d
+2 -2
View File
@@ -11,11 +11,11 @@
a a
{ {
@apply text-blue-600 dark:text-blue-300; @apply text-blue-700 dark:text-blue-300;
} }
a:hover a:hover
{ {
@apply text-blue-400 dark:text-blue-100; @apply text-blue-500 dark:text-blue-100;
} }
} }