liens en bleu au survol par défaut

This commit is contained in:
Jérémy Lecour 2021-03-04 22:51:57 +01:00 committed by Jérémy Lecour
parent bd150c8704
commit 8668df1111

View file

@ -7,6 +7,10 @@
h1 {
@apply text-3xl font-bold leading-tight text-gray-900;
}
main a {
@apply hover:text-blue-700;
}
}
@layer components {