Commit 9559af7
fix(theme): match Docsy specificity for inline code styling
Docsy uses `.td-content p code, .td-content li>code, .td-content table code`
with color:inherit and background-color:var(--td-pre-bg), overriding
the generic `.td-content code` selector. Match that specificity to
apply the muted green + border style.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 345df0d commit 9559af7
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
128 | | - | |
| 132 | + | |
| 133 | + | |
129 | 134 | | |
130 | 135 | | |
131 | 136 | | |
| 137 | + | |
132 | 138 | | |
133 | 139 | | |
134 | 140 | | |
| |||
0 commit comments