feat: add Blog and BlogCard styles, refactor components to use CSS modules, and remove unused CSS files

This commit is contained in:
2025-05-22 15:05:24 +02:00
parent 762fc64806
commit 77ba446d4d
8 changed files with 229 additions and 774 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
color: $accent-fire;
font-size: 1rem;
animation: fall linear infinite;
opacity: 0.7;
opacity: 0.8;
}
@keyframes fall {