From 0298021107aa5b5d13f8d025b75d5cdca1d2d6dc Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Thu, 15 Sep 2022 10:32:14 -0500 Subject: [PATCH] make box-shadow work on platforms that don't support animations --- styles/dialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/dialog.css b/styles/dialog.css index efc0166..0e6873d 100644 --- a/styles/dialog.css +++ b/styles/dialog.css @@ -14,6 +14,7 @@ } #updatedialog { + box-shadow: 0px 0px 6px 32px #FFFFFF00; animation: myAnim 2s ease 0s infinite normal forwards; }