From 819668b42d8be803492108de970b49716f834f92 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 23 Nov 2025 22:16:06 -0500 Subject: [PATCH] chore: format --- src/app.html | 109 +++++++++++++++++++++++++-------------------------- 1 file changed, 54 insertions(+), 55 deletions(-) diff --git a/src/app.html b/src/app.html index 47972185c2..3fe87514f2 100644 --- a/src/app.html +++ b/src/app.html @@ -175,72 +175,71 @@ - + @keyframes pulse { + 50% { + opacity: 0.65; + } + } + .animate-pulse-fast { + animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite; + } +