From 3a5cc9f80a868d0a27ce1f49cc486e29fbfcf6ee Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 4 Apr 2026 18:34:00 +0000 Subject: [PATCH] update again display 66 --- display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.php b/display.php index 81bc452..6ec3af4 100644 --- a/display.php +++ b/display.php @@ -40,7 +40,7 @@ qh_page_start( } @keyframes highlightPulse { 0% { transform: scale(1); box-shadow: var(--shadow); border: 2px solid transparent; background-color: #ffffff !important; } - 50% { transform: scale(1.05); box-shadow: 0 0 30px rgba(15, 139, 141, 0.6); border: 2px solid var(--accent-strong); background-color: var(--accent-soft) !important; } + 50% { transform: scale(1.05); box-shadow: 0 0 30px rgba(255, 235, 59, 0.8); border: 2px solid #ffb300; background-color: #ffeb3b !important; color: #000; } 100% { transform: scale(1); box-shadow: var(--shadow); border: 2px solid transparent; background-color: #ffffff !important; } } .blinking-ticket {