1
0

Fix typo in CSS keyframes declaration

This commit is contained in:
2025-05-26 21:07:26 +02:00
parent 985954e474
commit b7e808adec

View File

@@ -67,7 +67,7 @@
background-color: transparent;
}
@keyframes glow {
@keyframes glow {
0%, 100% { box-shadow: 0 0 4px gold; }
50% { box-shadow: 0 0 12px gold; }
}