Improved timer danger animation slightly

This commit is contained in:
MaciejkaG 2024-03-05 21:37:11 +01:00
parent e221727c95
commit 8f3538417a

View File

@ -225,5 +225,5 @@ h1,h2,h3,h4,h5,h6 {
} }
#timer.active { #timer.active {
animation: timerDanger 0.7s infinite ease; animation: timerDanger 1s infinite ease;
} }