style diagram select checkbox and label text

This commit is contained in:
2026-06-02 13:16:22 +02:00
parent 401ac760cf
commit 6b21f0bfac
2 changed files with 19 additions and 5 deletions
+9
View File
@@ -1,3 +1,12 @@
/* Checkbox */
.checkbox-accent {
accent-color: var(--accent);
width: 18px;
height: 18px;
cursor: pointer;
}
/* Toggle */
.toggle {
display: inline-flex;
align-items: center;