From 1be0915db21df8bb73697fc92dd6be55b3b49b3f Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 08:55:04 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20[RESEARCH]=20MemPalace=20=E2=80=94=20Lo?= =?UTF-8?q?cal=20AI=20Memory=20System=20Assessment=20&=20Leverage=20Plan?= =?UTF-8?q?=20(#1047)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #1047 Agent: groq --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index da07d32..dcd2311 100644 --- a/style.css +++ b/style.css @@ -450,6 +450,12 @@ canvas#nexus-canvas { border-radius: 4px; display: inline-block; margin-right: 10px; + animation: mem-stats-pulse 2s ease-in-out infinite; +} + +@keyframes mem-stats-pulse { + 0%, 100% { opacity: 1; } + 50% { opacity: 0.8; } } .mem-palace-mining-btn { -- 2.43.0