Enhance main page component with new styling and layout

This commit is contained in:
2025-03-10 14:35:04 +01:00
parent 84b776c9d1
commit 23c8165df8
2 changed files with 29 additions and 3 deletions

View File

@@ -13,3 +13,8 @@ body {
color-scheme: dark;
}
}
.glow-text {
text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
}