Commit 88ae949
committed
Fix Note callout color mismatch in dark mode
Simplify the color override selectors to use structural targeting (targeting all children of the callout) instead of relying on Tailwind class names. This ensures the orange text color (light mode) and light orange text color (dark mode) are applied consistently, fixing the blue text that was appearing in dark mode.1 parent 8cce7d3 commit 88ae949
1 file changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
57 | 53 | | |
58 | | - | |
59 | 54 | | |
60 | 55 | | |
61 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
62 | 59 | | |
63 | 60 | | |
64 | 61 | | |
| |||
0 commit comments