fixing not decorated links

This commit is contained in:
Antoine M 2023-11-29 17:41:17 +01:00
parent 647a21efc2
commit 99c0b7e0cd

View File

@ -14,7 +14,7 @@
@apply !text-white; @apply !text-white;
} }
a { a {
@apply !font-medium !decoration-1; @apply !font-medium !decoration-1 underline;
} }
ul li:before { ul li:before {
@apply !bg-white; @apply !bg-white;