feat: add BlogPost styles using CSS modules, refactor BlogPost component for improved styling and structure

This commit is contained in:
2025-05-22 23:01:16 +02:00
parent b6894fac9b
commit 142772a08a
6 changed files with 916 additions and 111 deletions
+1
View File
@@ -8,6 +8,7 @@ $text-light: #f5f5f5;
$text-ash: #aaaaaa;
$card-bg: #141414;
$card-border: #2a2a2a;
$code-bg: #1e1e1e;
// Effects
$glow-effect: 0 0 10px $accent-fire, 0 0 20px rgba(255, 100, 0, 0.4);