File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,13 +198,13 @@ function DiffViewer({ diff }: { diff: string }) {
198198}
199199
200200/* Only these selectors needed for diff highlighting */
201- [data-diff-status = ' added' ] {
201+ [data-diff-status = " added" ] {
202202 color : #22c55e ;
203203}
204- [data-diff-status = ' modified' ] {
204+ [data-diff-status = " modified" ] {
205205 color : #f59e0b ;
206206}
207- [data-diff-status = ' removed' ] {
207+ [data-diff-status = " removed" ] {
208208 color : #ef4444 ;
209209}
210210```
@@ -224,7 +224,7 @@ function DiffViewer({ diff }: { diff: string }) {
224224 line-height: 1.4;
225225}
226226
227- /* Only these selectors needed for diff highlighting * /
227+ /_ Only these selectors needed for diff highlighting _ /
228228[data-diff-status='added'] { color: #22c55e }
229229[data-diff-status='modified'] { color: #f59e0b }
230230[data-diff-status='removed'] { color: #ef4444 } ` }
You can’t perform that action at this time.
0 commit comments