Use a darker blue

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent c1278f7d6f
commit 9058eb107e
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
@layer components {
.link {
@apply text-blue-700 dark:text-blue-400;
text-decoration-color: theme('colors.blue.700');
@apply text-blue-800 dark:text-blue-400;
text-decoration-color: theme('colors.blue.800');
text-decoration-line: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.1em;