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;
}
a {
@apply !font-medium !decoration-1;
@apply !font-medium !decoration-1 underline;
}
ul li:before {
@apply !bg-white;