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; }