From dcecc1476e04e276f29525f3d0d82879875bcf0c Mon Sep 17 00:00:00 2001 From: king Date: Wed, 27 May 2026 01:58:24 +0900 Subject: [PATCH] =?UTF-8?q?style(ui):=20brand-divider=20=EC=95=A0=EB=8B=88?= =?UTF-8?q?=EB=A9=94=EC=9D=B4=EC=85=98=20=EC=86=8D=EB=8F=84=2010s=EB=A1=9C?= =?UTF-8?q?=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/styles.css b/app/static/styles.css index 1d54a8d..e66243c 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -151,7 +151,7 @@ a { color: inherit; text-decoration: none; } background: var(--blue); border-radius: 2px; margin-top: 28px; - animation: divider-breathe 5s ease-in-out infinite; + animation: divider-breathe 10s ease-in-out infinite; } @keyframes divider-breathe {