1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-08-05 11:38:28 +02:00

fix: wrong font weight on hover link

This commit is contained in:
Théo LUDWIG 2024-01-28 15:42:01 +01:00
parent f337e14260
commit e8ea42a260
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -29,7 +29,7 @@
.prose a,
.prose strong {
@apply font-semibold text-yellow dark:text-yellow-dark;
@apply !font-semibold text-yellow dark:text-yellow-dark;
}
strong,