From e1922d7a302970ad16e91ce47ca878094e177016 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 19 May 2026 23:05:57 +0100 Subject: [PATCH] fix: signal-guess why-button hover uses --accent-cyan CSS variable Co-Authored-By: Claude Sonnet 4.6 --- static/js/components/signal-guess.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/js/components/signal-guess.js b/static/js/components/signal-guess.js index b583b39..a2e25e5 100644 --- a/static/js/components/signal-guess.js +++ b/static/js/components/signal-guess.js @@ -289,10 +289,10 @@ const SignalGuess = (function() { regions: ['GLOBAL'] }, - // Key Fob - { - label: 'Remote Control / Key Fob', - tags: ['remote', 'keyfob', 'automotive', 'burst', 'ism'], + // Key Fob + { + label: 'Remote Control / Key Fob', + tags: ['remote', 'keyfob', 'automotive', 'burst', 'ism'], description: 'Wireless remote control or vehicle key fob', frequencyRanges: [[314900000, 315100000], [433050000, 434790000], [867000000, 869000000]], modulationHints: ['OOK', 'ASK', 'FSK', 'rolling'], @@ -809,8 +809,8 @@ const SignalGuess = (function() { transition: all 0.15s ease; } .signal-guess-why:hover { - border-color: #00d4ff; - color: #00d4ff; + border-color: var(--accent-cyan); + color: var(--accent-cyan); } .signal-guess-tags { display: flex;