Skip to content

Commit 8650e67

Browse files
Fix: Button hover color now stays green (matches CircuitVerse scheme)
Signed-off-by: Ghanshyam Singh <ghanshyam2005singh@gmail.com>
1 parent 8fd3c41 commit 8650e67

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

assets/scss/_mixins.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,22 @@ 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 color overrides for CircuitVerse theme ---
168+
.btn-primary,
169+
.container .btn-primary {
170+
background: #42b983 !important;
171+
border-color: #42b983 !important;
172+
}
173+
.btn-primary:active,
174+
.btn-primary:hover,
175+
.btn-primary.focus,
176+
.btn-primary.active,
177+
.container .btn-primary:active,
178+
.container .btn-primary:hover,
179+
.container .btn-primary.focus,
180+
.container .btn-primary.active {
181+
background: #368f6e !important;
182+
border-color: #368f6e !important;
165183
}

0 commit comments

Comments
 (0)