Browse Source

細部

main
みてるぞ 14 hours ago
parent
commit
2447601b1d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frontend/src/index.css

+ 2
- 2
frontend/src/index.css View File

@@ -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;
}
}



Loading…
Cancel
Save