From 6d32f9b4f54f96f5ce560bcc97f11241a6c19414 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 8 Feb 2024 17:31:48 -0600 Subject: [PATCH] 404 page no longer animates --- static/index.html | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 02184d6..19cd7e7 100644 --- a/static/index.html +++ b/static/index.html @@ -22,7 +22,7 @@ -

Welcome to Violet's PurgatoryCommit {COMMIT_COUNT}

+

Welcome to Violet's PurgatoryCommit {COMMIT_COUNT}

{BG_EFFECT}

diff --git a/static/style.css b/static/style.css index ab42fbc..1a31320 100644 --- a/static/style.css +++ b/static/style.css @@ -27,7 +27,7 @@ main { margin: auto; } -body>h1 { +.animatedTitle { animation: mainText 3s cubic-bezier(0.075, 0.82, 0.165, 1); margin: auto; max-width: 75%;