diff --git a/web/app/globals.css b/web/app/globals.css index 3a88b166..92263fbf 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -33,12 +33,6 @@ html { body { background: var(--background); color: var(--foreground); - animation: fadeIn 150ms ease-in forwards; -} - -@keyframes fadeIn { - from { opacity: 0; } - to { opacity: 1; } } ::selection { diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 2f987852..a67526c3 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -75,9 +75,10 @@ export default function RootLayout({ return ( +