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:
James Smith
2026-05-19 23:05:57 +01:00
parent cb61cd7c7d
commit 7adefd0cfd
+2 -2
View File
@@ -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;