This page lists CSS variables for tables.
## CSS variables
| Variable | Description |
| --------------------------------------- | ---------------------------------------- |
| `--table-background` | Table background color |
| `--table-border-width` | Table border width |
| `--table-border-color` | Table border color |
| `--table-cell-vertical-alignment` | Cell vertical alignment |
| `--table-white-space` | Table `white-space` property |
| `--table-header-background` | Table header background color |
| `--table-header-background-hover` | Table header background color (hover) |
| `--table-header-border-width` | Table header border width |
| `--table-header-border-color` | Table header border color |
| `--table-header-font` | Table header font family |
| `--table-header-size` | Table header font size |
| `--table-header-weight` | Table header font weight |
| `--table-header-color` | Table header text color |
| `--table-line-height` | Line height for cell text |
| `--table-text-size` | Cell font size |
| `--table-text-color` | Cell text color |
| `--table-column-max-width` | Column maximum width |
| `--table-column-alt-background` | Alternating column background color |
| `--table-column-first-border-width` | First column left border width |
| `--table-column-last-border-width` | Last column right border width |
| `--table-row-background-hover` | Row background color (hover) |
| `--table-row-alt-background` | Alternating row background color |
| `--table-row-alt-background-hover` | Alternating row background color (hover) |
| `--table-row-last-border-width` | Last row bottom border width |
| `--table-selection` | Selection background color |
| `--table-selection-blend-mode` | Selection blend mode |
| `--table-selection-border-color` | Selection border color |
| `--table-selection-border-width` | Selection border width |
| `--table-selection-border-radius` | Selection border radius |
| `--table-drag-handle-background` | Drag handle background color |
| `--table-drag-handle-background-active` | Drag handle background color (active) |
| `--table-drag-handle-color` | Drag handle icon color |
| `--table-drag-handle-color-active` | Drag handle icon color (active) |
| `--table-add-button-background` | "Add" button background color |
| `--table-add-button-border-width` | "Add" button border width |
| `--table-add-button-border-color` | "Add" button border color |