From dec9794cb6d5256b6444d1856186a7a5e1cad9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Baumg=C3=A4rtner?= Date: Tue, 16 Jan 2024 09:27:45 +0100 Subject: [PATCH] fixed svg fill bug --- src/app.pcss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.pcss b/src/app.pcss index 9040f6d..1621913 100644 --- a/src/app.pcss +++ b/src/app.pcss @@ -60,6 +60,10 @@ @apply tracking-tight transition-all; } +svg { + @apply fill-current; +} + h1 { @apply mb-6 text-6xl font-bold; }