anpigon's picture
Add favicon and image assets for Obsidian help and developer documentation
c63ff03
|
raw
history blame
1.02 kB
---
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 |