From 8ae0341bc4dad21ab27c7d6bac462691a96be375 Mon Sep 17 00:00:00 2001 From: Ghanshyam Singh Date: Wed, 24 Dec 2025 14:18:12 +0530 Subject: [PATCH] Fix: Update form control focus border and add green box-shadow to match CircuitVerse branding --- assets/scss/_mixins.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/scss/_mixins.scss b/assets/scss/_mixins.scss index 376a754..eebbe16 100644 --- a/assets/scss/_mixins.scss +++ b/assets/scss/_mixins.scss @@ -175,4 +175,9 @@ body .toc a:hover { .container .btn-primary.active { background: #368f6e !important; border-color: #368f6e !important; +} + +.form-control:focus { + border-color: #40ba84 !important; + box-shadow: 0 0 0 0.2rem rgba(64, 186, 132, 0.25) !important; } \ No newline at end of file