This page lists CSS variables for ordered and unordered lists.
## CSS variables
| Variable | Description |
| ------------------------------- | ------------------------------------ |
| `--list-indent` | Indentation width for nested items |
| `--list-indent-editing` | Indent width in Live Preview |
| `--list-indent-source` | Indent width in source mode |
| `--list-spacing` | Vertical spacing between list items |
| `--list-marker-color` | Marker color |
| `--list-marker-color-hover` | Marker color (hover) |
| `--list-marker-color-collapsed` | Marker color for collapsed items |
| `--list-bullet-border` | Bullet border |
| `--list-bullet-end-padding` | Padding after the bullet |
| `--list-bullet-radius` | Bullet radius |
| `--list-bullet-size` | Bullet width/height |
| `--list-bullet-transform` | Bullet `transform` property |
| `--list-numbered-style` | `list-style-type` for numbered lists |