Fix typo in CSS keyframes declaration
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user