This commit is contained in:
Set Hallstrom 2019-11-25 20:30:40 +01:00
parent 2493fffeba
commit 376d7ac2af

View file

@ -219,8 +219,8 @@ canvas {
.highlight { .highlight {
padding:10px; padding:10px;
border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: inset 0px -9px 13px 5px rgba(0,0,0,0.25); -webkit-box-shadow: inset 0px -9px 13px 5px rgba(0,0,0,0.1);
box-shadow: inset 0px -9px 13px 5px rgba(0,0,0,0.25); box-shadow: inset 0px -9px 13px 5px rgba(0,0,0,0.1);
background-size: 400% 400%; background-size: 400% 400%;
-webkit-animation: AnimationName 3s ease infinite; -webkit-animation: AnimationName 3s ease infinite;