make box-shadow work on platforms that don't support animations

This commit is contained in:
MeowcaTheoRange 2022-09-15 10:32:14 -05:00
parent 634ef0004e
commit 0298021107

View file

@ -14,6 +14,7 @@
} }
#updatedialog { #updatedialog {
box-shadow: 0px 0px 6px 32px #FFFFFF00;
animation: myAnim 2s ease 0s infinite normal forwards; animation: myAnim 2s ease 0s infinite normal forwards;
} }