Checkbox color

This commit is contained in:
Jake Archibald
2020-12-07 12:48:44 +00:00
parent 58a24bd277
commit 7ab27cfa97

View File

@@ -18,5 +18,5 @@
} }
.checked { .checked {
fill: #34b9eb; fill: var(--main-theme-color);
} }