diff --git a/pkgs/webview-ui/app/src/index.css b/pkgs/webview-ui/app/src/index.css index fc082a8dd..15e304bca 100644 --- a/pkgs/webview-ui/app/src/index.css +++ b/pkgs/webview-ui/app/src/index.css @@ -22,6 +22,12 @@ src: url(../.fonts/ArchivoSemiCondensed-SemiBold.woff2) format("woff2"); } +@keyframes slide { + to { + background-position: 200% 0; + } +} + :root { --clr-bg-def-1: theme(colors.white); --clr-bg-def-2: theme(colors.secondary.50);