mirror of
https://github.com/smittix/intercept.git
synced 2026-07-21 07:48: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:
@@ -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