Skip to content

Commit 5df3085

Browse files
Fix: Only update .btn-primary hover/active color to match CircuitVerse green scheme
1 parent 8650e67 commit 5df3085

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

assets/scss/_mixins.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,7 @@ body .toc a:hover {
164164
}
165165
}
166166

167-
// --- Button color overrides for CircuitVerse theme ---
168-
.btn-primary,
169-
.container .btn-primary {
170-
background: #42b983 !important;
171-
border-color: #42b983 !important;
172-
}
167+
// --- Button hover color overrides for CircuitVerse theme ---
173168
.btn-primary:active,
174169
.btn-primary:hover,
175170
.btn-primary.focus,

0 commit comments

Comments
 (0)