Skip to content

Commit 24cfa62

Browse files
Fix: Button hover color now stays green (matches CircuitVerse scheme) (#256)
* Fix: Button hover color now stays green (matches CircuitVerse scheme) Signed-off-by: Ghanshyam Singh <ghanshyam2005singh@gmail.com> * Fix: Only update .btn-primary hover/active color to match CircuitVerse green scheme --------- Signed-off-by: Ghanshyam Singh <ghanshyam2005singh@gmail.com>
1 parent 8fd3c41 commit 24cfa62

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

assets/scss/_mixins.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,17 @@ body .toc a:hover {
162162
.section.pt-0 .row.shadow.bg-white.p-5 > div:first-child img {
163163
width: 180px !important; /* 320–360 works well */
164164
}
165+
}
166+
167+
// --- Button hover color overrides for CircuitVerse theme ---
168+
.btn-primary:active,
169+
.btn-primary:hover,
170+
.btn-primary.focus,
171+
.btn-primary.active,
172+
.container .btn-primary:active,
173+
.container .btn-primary:hover,
174+
.container .btn-primary.focus,
175+
.container .btn-primary.active {
176+
background: #368f6e !important;
177+
border-color: #368f6e !important;
165178
}

0 commit comments

Comments
 (0)