Commit 38d0f94
Add CSS media query for prefers-color-scheme: dark to automatically
adapt table preview styling to dark mode environments.
Dark mode colors:
- Table header: #4a4a4a background
- Odd rows: #2d2d2d background, #e0e0e0 text
- Even rows: #3d3d3d background, #e0e0e0 text
- Primary key: #bd93f9 (purple accent)
- Borders: #555555
Uses browser-native dark mode detection - no JavaScript or config needed.
Light mode styling remains unchanged for backward compatibility.
Fixes #1167
Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 23c3d82 commit 38d0f94
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
167 | 195 | | |
168 | 196 | | |
169 | 197 | | |
| |||
0 commit comments