From 87f95ab9f9666204ae4ec0ec91201c3e6c325693 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 24 Oct 2024 23:10:46 -0700 Subject: [PATCH] Apply theme color to form-check-input --- app/css/custom.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/css/custom.php b/app/css/custom.php index 9b595e7b..d2e69113 100644 --- a/app/css/custom.php +++ b/app/css/custom.php @@ -26,6 +26,11 @@ a { color: ; } +.form-check-input:checked { + background-color: ; + border-color: ; +} + .sidebar { background-color: #f8f9fc; }