From e6795bdea434c038ed6ade9a638cc132bfd6e324 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Mon, 9 Sep 2024 20:19:03 +0300 Subject: [PATCH] checkbox style --- quartz/styles/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index f91b23750..f46e81b82 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -96,4 +96,8 @@ h4 { .popover-hint { margin-top: 3rem; +} + +input[type="checkbox"] { + border-color: var(--secondary); } \ No newline at end of file