From 189620e4fb8e610f80951d73ac8176dc3cc69078 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:38:05 -0500 Subject: [PATCH] Label shine: narrower, subtler, shorter path with pauses --- frontends/web/static/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index 7cd38ba..cd99f79 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -130,13 +130,13 @@ content: ''; position: absolute; top: 0; - left: -100%; - width: 60%; + left: -30%; + width: 25%; height: 45%; background: linear-gradient( 90deg, transparent 0%, - rgba(255, 255, 255, 0.4) 50%, + rgba(255, 255, 255, 0.25) 50%, transparent 100% ); animation: top-shine 4s ease-in-out infinite; @@ -144,8 +144,9 @@ } @keyframes top-shine { - 0%, 100% { left: -100%; } - 50% { left: 140%; } + 0%, 15% { left: -30%; } + 40%, 60% { left: 105%; } + 85%, 100% { left: -30%; } } /* ----------------------------------------------------------------------------