mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Increase updated highlight to 2s
This commit is contained in:
@@ -16,10 +16,10 @@ footer {
|
||||
|
||||
.updated {
|
||||
border-radius: 5px;
|
||||
-webkit-animation: fadeIt 1.5s linear;
|
||||
-moz-animation: fadeIt 1.5s linear;
|
||||
-o-animation: fadeIt 1.5s linear;
|
||||
animation: fadeIt 1.5s linear;
|
||||
-webkit-animation: fadeIt 2s linear;
|
||||
-moz-animation: fadeIt 2s linear;
|
||||
-o-animation: fadeIt 2s linear;
|
||||
animation: fadeIt 2s linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fadeIt {
|
||||
|
||||
Reference in New Issue
Block a user