From f386db51e85216694a393161b3b9b30dde3bb6b9 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Tue, 2 Sep 2025 08:23:46 -0400 Subject: [PATCH] update favicon --- src/layouts/Layout.astro | 210 +++++++++++++++++++-------------------- 1 file changed, 101 insertions(+), 109 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7f08404..e0335ef 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -4,122 +4,114 @@ import "../styles/global.css"; - - - - - - - - - - TaskRatchet - The Todo List You Won't Ignore - - - - - - + // Remove the no-transitions class after a small delay + window.addEventListener("load", () => { + setTimeout(() => { + document.documentElement.classList.remove("no-transitions"); + }, 100); + }); + })(); + + + + +