Spaces:
Sleeping
Sleeping
File size: 1,015 Bytes
c63ff03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
cssClass: reference
---
This page lists CSS variables for checkboxes and text inside of task lists.
## CSS variables
| Variable | Description |
| ------------------------------- | ------------------------------------------ |
| `--checkbox-radius` | Checkbox radius |
| `--checkbox-size` | Checkbox height and width |
| `--checkbox-marker-color` | Checkbox marker color for the check itself |
| `--checkbox-color` | Checkbox background color |
| `--checkbox-color-hover` | Checkbox background color (hover) |
| `--checkbox-border-color` | Checkbox unchecked border color |
| `--checkbox-border-color-hover` | Checkbox unchecked border color (hover) |
| `--checklist-done-decoration` | Checkbox checked text decoration |
| `--checklist-done-color` | Checkbox checked text color |
|