diff options
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index 40ae732..c28690f 100644 --- a/style.css +++ b/style.css @@ -95,7 +95,7 @@ a:active { transition: font-size 0.3s, transform 0.3s; animation-name: shake; animation-iteration-count: 3; - animation-duration: 0.5s; + animation-duration: 1.2s; } .alarm { color: red; |