We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d890bf commit 365fbeaCopy full SHA for 365fbea
1 file changed
packages/gephi-lite/src/styles/_dark.scss
@@ -6,8 +6,8 @@
6
--range-in-body: #{$gray-800};
7
--range-out-bg: #{$gray-200};
8
--range-out-body: #{$gray-200};
9
-}
10
11
-.form-check-input:checked[type="checkbox"] {
12
- --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
+ .form-check-input:checked[type="checkbox"] {
+ --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
+ }
13
}
0 commit comments