Add new particle system

This commit is contained in:
2025-07-10 01:20:27 -04:00
parent 6bfb933305
commit f6185059fa
12 changed files with 1601 additions and 940 deletions

View File

@@ -566,4 +566,13 @@ footer a:hover {
font-size: 1rem;
padding: 0.75rem 1.5rem;
}
.glow-effect {
box-shadow: 0 0 15px 5px rgba(0, 246, 255, 0.8), 0 0 25px 10px rgba(0, 81, 255, 0.5);
transition: box-shadow 0.2s ease;
}
/* Optional: Remove glow when not active */
.no-glow {
box-shadow: none;
}
}