Add svg base style

This commit is contained in:
Sat Naing
2022-09-10 15:32:25 +06:30
parent 778fc1422e
commit 77f9645ec4
+3
View File
@@ -31,6 +31,9 @@
footer { footer {
@apply max-w-3xl mx-auto px-4; @apply max-w-3xl mx-auto px-4;
} }
svg {
@apply w-6 h-6 fill-skin-base group-hover:fill-skin-accent;
}
} }
@layer components { @layer components {