Commit 3771e6f
committed
Remove !important rules to allow inline style overrides
The previous fix used !important which prevented user code from setting
custom colors via inline styles. Now using normal CSS specificity so that:
1. html/body elements get default colors (white on dark, dark on light)
2. Colors cascade naturally to child elements
3. User inline styles can override the inherited colors
4. External CSS works with the CSS variables we define
This balances having sensible defaults with allowing full customization.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent f1eac86 commit 3771e6f
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 47 | + | |
| 48 | + | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
0 commit comments