chore: Change default blue colour

This commit is contained in:
Oliver Davies 2021-09-08 23:13:12 +01:00
parent d7e543ea4b
commit efe36b53d8
7 changed files with 10 additions and 7 deletions

View file

@ -1,6 +1,6 @@
@layer components {
.link {
@apply underline text-blue-800 hover:text-blue-900 dark:text-blue-400 dark:hover:text-white;
@apply underline text-blue-primary hover:text-blue-900 dark:text-blue-400 dark:hover:text-white;
text-decoration-thickness: 1px;
text-underline-offset: 0.1em;