mirror of
https://github.com/smittix/intercept.git
synced 2026-07-20 15:28:11 -07:00
fix: signal-guess why-button hover uses --accent-cyan CSS variable
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -289,10 +289,10 @@ const SignalGuess = (function() {
|
|||||||
regions: ['GLOBAL']
|
regions: ['GLOBAL']
|
||||||
},
|
},
|
||||||
|
|
||||||
// Key Fob
|
// Key Fob
|
||||||
{
|
{
|
||||||
label: 'Remote Control / Key Fob',
|
label: 'Remote Control / Key Fob',
|
||||||
tags: ['remote', 'keyfob', 'automotive', 'burst', 'ism'],
|
tags: ['remote', 'keyfob', 'automotive', 'burst', 'ism'],
|
||||||
description: 'Wireless remote control or vehicle key fob',
|
description: 'Wireless remote control or vehicle key fob',
|
||||||
frequencyRanges: [[314900000, 315100000], [433050000, 434790000], [867000000, 869000000]],
|
frequencyRanges: [[314900000, 315100000], [433050000, 434790000], [867000000, 869000000]],
|
||||||
modulationHints: ['OOK', 'ASK', 'FSK', 'rolling'],
|
modulationHints: ['OOK', 'ASK', 'FSK', 'rolling'],
|
||||||
@@ -809,8 +809,8 @@ const SignalGuess = (function() {
|
|||||||
transition: all 0.15s ease;
|
transition: all 0.15s ease;
|
||||||
}
|
}
|
||||||
.signal-guess-why:hover {
|
.signal-guess-why:hover {
|
||||||
border-color: #00d4ff;
|
border-color: var(--accent-cyan);
|
||||||
color: #00d4ff;
|
color: var(--accent-cyan);
|
||||||
}
|
}
|
||||||
.signal-guess-tags {
|
.signal-guess-tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user