fixed svg fill bug

This commit is contained in:
Felix Baumgärtner 2024-01-16 09:27:45 +01:00
parent 56bd9b0acd
commit dec9794cb6

View File

@ -60,6 +60,10 @@
@apply tracking-tight transition-all; @apply tracking-tight transition-all;
} }
svg {
@apply fill-current;
}
h1 { h1 {
@apply mb-6 text-6xl font-bold; @apply mb-6 text-6xl font-bold;
} }