@git-diff-view/react 0.0.23 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1168 @@
1
+ *, ::before, ::after {
2
+ --tw-border-spacing-x: 0;
3
+ --tw-border-spacing-y: 0;
4
+ --tw-translate-x: 0;
5
+ --tw-translate-y: 0;
6
+ --tw-rotate: 0;
7
+ --tw-skew-x: 0;
8
+ --tw-skew-y: 0;
9
+ --tw-scale-x: 1;
10
+ --tw-scale-y: 1;
11
+ --tw-pan-x: ;
12
+ --tw-pan-y: ;
13
+ --tw-pinch-zoom: ;
14
+ --tw-scroll-snap-strictness: proximity;
15
+ --tw-gradient-from-position: ;
16
+ --tw-gradient-via-position: ;
17
+ --tw-gradient-to-position: ;
18
+ --tw-ordinal: ;
19
+ --tw-slashed-zero: ;
20
+ --tw-numeric-figure: ;
21
+ --tw-numeric-spacing: ;
22
+ --tw-numeric-fraction: ;
23
+ --tw-ring-inset: ;
24
+ --tw-ring-offset-width: 0px;
25
+ --tw-ring-offset-color: #fff;
26
+ --tw-ring-color: rgb(59 130 246 / 0.5);
27
+ --tw-ring-offset-shadow: 0 0 #0000;
28
+ --tw-ring-shadow: 0 0 #0000;
29
+ --tw-shadow: 0 0 #0000;
30
+ --tw-shadow-colored: 0 0 #0000;
31
+ --tw-blur: ;
32
+ --tw-brightness: ;
33
+ --tw-contrast: ;
34
+ --tw-grayscale: ;
35
+ --tw-hue-rotate: ;
36
+ --tw-invert: ;
37
+ --tw-saturate: ;
38
+ --tw-sepia: ;
39
+ --tw-drop-shadow: ;
40
+ --tw-backdrop-blur: ;
41
+ --tw-backdrop-brightness: ;
42
+ --tw-backdrop-contrast: ;
43
+ --tw-backdrop-grayscale: ;
44
+ --tw-backdrop-hue-rotate: ;
45
+ --tw-backdrop-invert: ;
46
+ --tw-backdrop-opacity: ;
47
+ --tw-backdrop-saturate: ;
48
+ --tw-backdrop-sepia: ;
49
+ --tw-contain-size: ;
50
+ --tw-contain-layout: ;
51
+ --tw-contain-paint: ;
52
+ --tw-contain-style: ;
53
+ }
54
+
55
+ ::backdrop {
56
+ --tw-border-spacing-x: 0;
57
+ --tw-border-spacing-y: 0;
58
+ --tw-translate-x: 0;
59
+ --tw-translate-y: 0;
60
+ --tw-rotate: 0;
61
+ --tw-skew-x: 0;
62
+ --tw-skew-y: 0;
63
+ --tw-scale-x: 1;
64
+ --tw-scale-y: 1;
65
+ --tw-pan-x: ;
66
+ --tw-pan-y: ;
67
+ --tw-pinch-zoom: ;
68
+ --tw-scroll-snap-strictness: proximity;
69
+ --tw-gradient-from-position: ;
70
+ --tw-gradient-via-position: ;
71
+ --tw-gradient-to-position: ;
72
+ --tw-ordinal: ;
73
+ --tw-slashed-zero: ;
74
+ --tw-numeric-figure: ;
75
+ --tw-numeric-spacing: ;
76
+ --tw-numeric-fraction: ;
77
+ --tw-ring-inset: ;
78
+ --tw-ring-offset-width: 0px;
79
+ --tw-ring-offset-color: #fff;
80
+ --tw-ring-color: rgb(59 130 246 / 0.5);
81
+ --tw-ring-offset-shadow: 0 0 #0000;
82
+ --tw-ring-shadow: 0 0 #0000;
83
+ --tw-shadow: 0 0 #0000;
84
+ --tw-shadow-colored: 0 0 #0000;
85
+ --tw-blur: ;
86
+ --tw-brightness: ;
87
+ --tw-contrast: ;
88
+ --tw-grayscale: ;
89
+ --tw-hue-rotate: ;
90
+ --tw-invert: ;
91
+ --tw-saturate: ;
92
+ --tw-sepia: ;
93
+ --tw-drop-shadow: ;
94
+ --tw-backdrop-blur: ;
95
+ --tw-backdrop-brightness: ;
96
+ --tw-backdrop-contrast: ;
97
+ --tw-backdrop-grayscale: ;
98
+ --tw-backdrop-hue-rotate: ;
99
+ --tw-backdrop-invert: ;
100
+ --tw-backdrop-opacity: ;
101
+ --tw-backdrop-saturate: ;
102
+ --tw-backdrop-sepia: ;
103
+ --tw-contain-size: ;
104
+ --tw-contain-layout: ;
105
+ --tw-contain-paint: ;
106
+ --tw-contain-style: ;
107
+ }/*
108
+ ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
109
+ *//*
110
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
+ */
113
+
114
+ *,
115
+ ::before,
116
+ ::after {
117
+ box-sizing: border-box; /* 1 */
118
+ border-width: 0; /* 2 */
119
+ border-style: solid; /* 2 */
120
+ border-color: #e5e7eb; /* 2 */
121
+ }
122
+
123
+ ::before,
124
+ ::after {
125
+ --tw-content: '';
126
+ }
127
+
128
+ /*
129
+ 1. Use a consistent sensible line-height in all browsers.
130
+ 2. Prevent adjustments of font size after orientation changes in iOS.
131
+ 3. Use a more readable tab size.
132
+ 4. Use the user's configured `sans` font-family by default.
133
+ 5. Use the user's configured `sans` font-feature-settings by default.
134
+ 6. Use the user's configured `sans` font-variation-settings by default.
135
+ 7. Disable tap highlights on iOS
136
+ */
137
+
138
+ html,
139
+ :host {
140
+ line-height: 1.5; /* 1 */
141
+ -webkit-text-size-adjust: 100%; /* 2 */
142
+ -moz-tab-size: 4; /* 3 */
143
+ -o-tab-size: 4;
144
+ tab-size: 4; /* 3 */
145
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
+ font-feature-settings: normal; /* 5 */
147
+ font-variation-settings: normal; /* 6 */
148
+ -webkit-tap-highlight-color: transparent; /* 7 */
149
+ }
150
+
151
+ /*
152
+ 1. Remove the margin in all browsers.
153
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
+ */
155
+
156
+ body {
157
+ margin: 0; /* 1 */
158
+ line-height: inherit; /* 2 */
159
+ }
160
+
161
+ /*
162
+ 1. Add the correct height in Firefox.
163
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
+ 3. Ensure horizontal rules are visible by default.
165
+ */
166
+
167
+ hr {
168
+ height: 0; /* 1 */
169
+ color: inherit; /* 2 */
170
+ border-top-width: 1px; /* 3 */
171
+ }
172
+
173
+ /*
174
+ Add the correct text decoration in Chrome, Edge, and Safari.
175
+ */
176
+
177
+ abbr:where([title]) {
178
+ -webkit-text-decoration: underline dotted;
179
+ text-decoration: underline dotted;
180
+ }
181
+
182
+ /*
183
+ Remove the default font size and weight for headings.
184
+ */
185
+
186
+ h1,
187
+ h2,
188
+ h3,
189
+ h4,
190
+ h5,
191
+ h6 {
192
+ font-size: inherit;
193
+ font-weight: inherit;
194
+ }
195
+
196
+ /*
197
+ Reset links to optimize for opt-in styling instead of opt-out.
198
+ */
199
+
200
+ a {
201
+ color: inherit;
202
+ text-decoration: inherit;
203
+ }
204
+
205
+ /*
206
+ Add the correct font weight in Edge and Safari.
207
+ */
208
+
209
+ b,
210
+ strong {
211
+ font-weight: bolder;
212
+ }
213
+
214
+ /*
215
+ 1. Use the user's configured `mono` font-family by default.
216
+ 2. Use the user's configured `mono` font-feature-settings by default.
217
+ 3. Use the user's configured `mono` font-variation-settings by default.
218
+ 4. Correct the odd `em` font sizing in all browsers.
219
+ */
220
+
221
+ code,
222
+ kbd,
223
+ samp,
224
+ pre {
225
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
+ font-feature-settings: normal; /* 2 */
227
+ font-variation-settings: normal; /* 3 */
228
+ font-size: 1em; /* 4 */
229
+ }
230
+
231
+ /*
232
+ Add the correct font size in all browsers.
233
+ */
234
+
235
+ small {
236
+ font-size: 80%;
237
+ }
238
+
239
+ /*
240
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
+ */
242
+
243
+ sub,
244
+ sup {
245
+ font-size: 75%;
246
+ line-height: 0;
247
+ position: relative;
248
+ vertical-align: baseline;
249
+ }
250
+
251
+ sub {
252
+ bottom: -0.25em;
253
+ }
254
+
255
+ sup {
256
+ top: -0.5em;
257
+ }
258
+
259
+ /*
260
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
+ 3. Remove gaps between table borders by default.
263
+ */
264
+
265
+ table {
266
+ text-indent: 0; /* 1 */
267
+ border-color: inherit; /* 2 */
268
+ border-collapse: collapse; /* 3 */
269
+ }
270
+
271
+ /*
272
+ 1. Change the font styles in all browsers.
273
+ 2. Remove the margin in Firefox and Safari.
274
+ 3. Remove default padding in all browsers.
275
+ */
276
+
277
+ button,
278
+ input,
279
+ optgroup,
280
+ select,
281
+ textarea {
282
+ font-family: inherit; /* 1 */
283
+ font-feature-settings: inherit; /* 1 */
284
+ font-variation-settings: inherit; /* 1 */
285
+ font-size: 100%; /* 1 */
286
+ font-weight: inherit; /* 1 */
287
+ line-height: inherit; /* 1 */
288
+ letter-spacing: inherit; /* 1 */
289
+ color: inherit; /* 1 */
290
+ margin: 0; /* 2 */
291
+ padding: 0; /* 3 */
292
+ }
293
+
294
+ /*
295
+ Remove the inheritance of text transform in Edge and Firefox.
296
+ */
297
+
298
+ button,
299
+ select {
300
+ text-transform: none;
301
+ }
302
+
303
+ /*
304
+ 1. Correct the inability to style clickable types in iOS and Safari.
305
+ 2. Remove default button styles.
306
+ */
307
+
308
+ button,
309
+ input:where([type='button']),
310
+ input:where([type='reset']),
311
+ input:where([type='submit']) {
312
+ -webkit-appearance: button; /* 1 */
313
+ background-color: transparent; /* 2 */
314
+ background-image: none; /* 2 */
315
+ }
316
+
317
+ /*
318
+ Use the modern Firefox focus style for all focusable elements.
319
+ */
320
+
321
+ :-moz-focusring {
322
+ outline: auto;
323
+ }
324
+
325
+ /*
326
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
+ */
328
+
329
+ :-moz-ui-invalid {
330
+ box-shadow: none;
331
+ }
332
+
333
+ /*
334
+ Add the correct vertical alignment in Chrome and Firefox.
335
+ */
336
+
337
+ progress {
338
+ vertical-align: baseline;
339
+ }
340
+
341
+ /*
342
+ Correct the cursor style of increment and decrement buttons in Safari.
343
+ */
344
+
345
+ ::-webkit-inner-spin-button,
346
+ ::-webkit-outer-spin-button {
347
+ height: auto;
348
+ }
349
+
350
+ /*
351
+ 1. Correct the odd appearance in Chrome and Safari.
352
+ 2. Correct the outline style in Safari.
353
+ */
354
+
355
+ [type='search'] {
356
+ -webkit-appearance: textfield; /* 1 */
357
+ outline-offset: -2px; /* 2 */
358
+ }
359
+
360
+ /*
361
+ Remove the inner padding in Chrome and Safari on macOS.
362
+ */
363
+
364
+ ::-webkit-search-decoration {
365
+ -webkit-appearance: none;
366
+ }
367
+
368
+ /*
369
+ 1. Correct the inability to style clickable types in iOS and Safari.
370
+ 2. Change font properties to `inherit` in Safari.
371
+ */
372
+
373
+ ::-webkit-file-upload-button {
374
+ -webkit-appearance: button; /* 1 */
375
+ font: inherit; /* 2 */
376
+ }
377
+
378
+ /*
379
+ Add the correct display in Chrome and Safari.
380
+ */
381
+
382
+ summary {
383
+ display: list-item;
384
+ }
385
+
386
+ /*
387
+ Removes the default spacing and border for appropriate elements.
388
+ */
389
+
390
+ blockquote,
391
+ dl,
392
+ dd,
393
+ h1,
394
+ h2,
395
+ h3,
396
+ h4,
397
+ h5,
398
+ h6,
399
+ hr,
400
+ figure,
401
+ p,
402
+ pre {
403
+ margin: 0;
404
+ }
405
+
406
+ fieldset {
407
+ margin: 0;
408
+ padding: 0;
409
+ }
410
+
411
+ legend {
412
+ padding: 0;
413
+ }
414
+
415
+ ol,
416
+ ul,
417
+ menu {
418
+ list-style: none;
419
+ margin: 0;
420
+ padding: 0;
421
+ }
422
+
423
+ /*
424
+ Reset default styling for dialogs.
425
+ */
426
+ dialog {
427
+ padding: 0;
428
+ }
429
+
430
+ /*
431
+ Prevent resizing textareas horizontally by default.
432
+ */
433
+
434
+ textarea {
435
+ resize: vertical;
436
+ }
437
+
438
+ /*
439
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
+ 2. Set the default placeholder color to the user's configured gray 400 color.
441
+ */
442
+
443
+ input::-moz-placeholder, textarea::-moz-placeholder {
444
+ opacity: 1; /* 1 */
445
+ color: #9ca3af; /* 2 */
446
+ }
447
+
448
+ input::placeholder,
449
+ textarea::placeholder {
450
+ opacity: 1; /* 1 */
451
+ color: #9ca3af; /* 2 */
452
+ }
453
+
454
+ /*
455
+ Set the default cursor for buttons.
456
+ */
457
+
458
+ button,
459
+ [role="button"] {
460
+ cursor: pointer;
461
+ }
462
+
463
+ /*
464
+ Make sure disabled buttons don't get the pointer cursor.
465
+ */
466
+ :disabled {
467
+ cursor: default;
468
+ }
469
+
470
+ /*
471
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
+ This can trigger a poorly considered lint error in some tools but is included by design.
474
+ */
475
+
476
+ img,
477
+ svg,
478
+ video,
479
+ canvas,
480
+ audio,
481
+ iframe,
482
+ embed,
483
+ object {
484
+ display: block; /* 1 */
485
+ vertical-align: middle; /* 2 */
486
+ }
487
+
488
+ /*
489
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
+ */
491
+
492
+ img,
493
+ video {
494
+ max-width: 100%;
495
+ height: auto;
496
+ }
497
+
498
+ /* Make elements with the HTML hidden attribute stay hidden by default */
499
+ [hidden]:where(:not([hidden="until-found"])) {
500
+ display: none;
501
+ }
502
+ .diff-tailwindcss-wrapper .container {
503
+ width: 100%;
504
+ }
505
+ @media (min-width: 640px) {
506
+
507
+ .diff-tailwindcss-wrapper .container {
508
+ max-width: 640px;
509
+ }
510
+ }
511
+ @media (min-width: 768px) {
512
+
513
+ .diff-tailwindcss-wrapper .container {
514
+ max-width: 768px;
515
+ }
516
+ }
517
+ @media (min-width: 1024px) {
518
+
519
+ .diff-tailwindcss-wrapper .container {
520
+ max-width: 1024px;
521
+ }
522
+ }
523
+ @media (min-width: 1280px) {
524
+
525
+ .diff-tailwindcss-wrapper .container {
526
+ max-width: 1280px;
527
+ }
528
+ }
529
+ @media (min-width: 1536px) {
530
+
531
+ .diff-tailwindcss-wrapper .container {
532
+ max-width: 1536px;
533
+ }
534
+ }
535
+ .diff-tailwindcss-wrapper .invisible {
536
+ visibility: hidden;
537
+ }
538
+ .diff-tailwindcss-wrapper .absolute {
539
+ position: absolute;
540
+ }
541
+ .diff-tailwindcss-wrapper .relative {
542
+ position: relative;
543
+ }
544
+ .diff-tailwindcss-wrapper .sticky {
545
+ position: sticky;
546
+ }
547
+ .diff-tailwindcss-wrapper .left-0 {
548
+ left: 0px;
549
+ }
550
+ .diff-tailwindcss-wrapper .left-\[100\%\] {
551
+ left: 100%;
552
+ }
553
+ .diff-tailwindcss-wrapper .right-\[100\%\] {
554
+ right: 100%;
555
+ }
556
+ .diff-tailwindcss-wrapper .top-0 {
557
+ top: 0px;
558
+ }
559
+ .diff-tailwindcss-wrapper .top-\[1px\] {
560
+ top: 1px;
561
+ }
562
+ .diff-tailwindcss-wrapper .top-\[50\%\] {
563
+ top: 50%;
564
+ }
565
+ .diff-tailwindcss-wrapper .z-\[1\] {
566
+ z-index: 1;
567
+ }
568
+ .diff-tailwindcss-wrapper .ml-\[-1\.5em\] {
569
+ margin-left: -1.5em;
570
+ }
571
+ .diff-tailwindcss-wrapper .block {
572
+ display: block;
573
+ }
574
+ .diff-tailwindcss-wrapper .inline-block {
575
+ display: inline-block;
576
+ }
577
+ .diff-tailwindcss-wrapper .flex {
578
+ display: flex;
579
+ }
580
+ .diff-tailwindcss-wrapper .table {
581
+ display: table;
582
+ }
583
+ .diff-tailwindcss-wrapper .hidden {
584
+ display: none;
585
+ }
586
+ .diff-tailwindcss-wrapper .h-\[50\%\] {
587
+ height: 50%;
588
+ }
589
+ .diff-tailwindcss-wrapper .h-full {
590
+ height: 100%;
591
+ }
592
+ .diff-tailwindcss-wrapper .min-h-\[28px\] {
593
+ min-height: 28px;
594
+ }
595
+ .diff-tailwindcss-wrapper .w-\[1\%\] {
596
+ width: 1%;
597
+ }
598
+ .diff-tailwindcss-wrapper .w-\[1\.5em\] {
599
+ width: 1.5em;
600
+ }
601
+ .diff-tailwindcss-wrapper .w-\[1\.5px\] {
602
+ width: 1.5px;
603
+ }
604
+ .diff-tailwindcss-wrapper .w-\[10px\] {
605
+ width: 10px;
606
+ }
607
+ .diff-tailwindcss-wrapper .w-\[1px\] {
608
+ width: 1px;
609
+ }
610
+ .diff-tailwindcss-wrapper .w-\[50\%\] {
611
+ width: 50%;
612
+ }
613
+ .diff-tailwindcss-wrapper .w-full {
614
+ width: 100%;
615
+ }
616
+ .diff-tailwindcss-wrapper .w-max {
617
+ width: -moz-max-content;
618
+ width: max-content;
619
+ }
620
+ .diff-tailwindcss-wrapper .min-w-\[100px\] {
621
+ min-width: 100px;
622
+ }
623
+ .diff-tailwindcss-wrapper .min-w-\[40px\] {
624
+ min-width: 40px;
625
+ }
626
+ .diff-tailwindcss-wrapper .min-w-full {
627
+ min-width: 100%;
628
+ }
629
+ .diff-tailwindcss-wrapper .flex-shrink-0 {
630
+ flex-shrink: 0;
631
+ }
632
+ .diff-tailwindcss-wrapper .shrink-0 {
633
+ flex-shrink: 0;
634
+ }
635
+ .diff-tailwindcss-wrapper .basis-\[50\%\] {
636
+ flex-basis: 50%;
637
+ }
638
+ .diff-tailwindcss-wrapper .table-fixed {
639
+ table-layout: fixed;
640
+ }
641
+ .diff-tailwindcss-wrapper .border-collapse {
642
+ border-collapse: collapse;
643
+ }
644
+ .diff-tailwindcss-wrapper .border-spacing-0 {
645
+ --tw-border-spacing-x: 0px;
646
+ --tw-border-spacing-y: 0px;
647
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
648
+ }
649
+ .diff-tailwindcss-wrapper .origin-center {
650
+ transform-origin: center;
651
+ }
652
+ .diff-tailwindcss-wrapper .translate-x-\[-50\%\] {
653
+ --tw-translate-x: -50%;
654
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
655
+ }
656
+ .diff-tailwindcss-wrapper .translate-x-\[50\%\] {
657
+ --tw-translate-x: 50%;
658
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
659
+ }
660
+ .diff-tailwindcss-wrapper .translate-y-\[-50\%\] {
661
+ --tw-translate-y: -50%;
662
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
663
+ }
664
+ .diff-tailwindcss-wrapper .cursor-pointer {
665
+ cursor: pointer;
666
+ }
667
+ .diff-tailwindcss-wrapper .select-none {
668
+ -webkit-user-select: none;
669
+ -moz-user-select: none;
670
+ user-select: none;
671
+ }
672
+ .diff-tailwindcss-wrapper .flex-col {
673
+ flex-direction: column;
674
+ }
675
+ .diff-tailwindcss-wrapper .items-start {
676
+ align-items: flex-start;
677
+ }
678
+ .diff-tailwindcss-wrapper .items-center {
679
+ align-items: center;
680
+ }
681
+ .diff-tailwindcss-wrapper .justify-center {
682
+ justify-content: center;
683
+ }
684
+ .diff-tailwindcss-wrapper .overflow-x-auto {
685
+ overflow-x: auto;
686
+ }
687
+ .diff-tailwindcss-wrapper .overflow-y-hidden {
688
+ overflow-y: hidden;
689
+ }
690
+ .diff-tailwindcss-wrapper .whitespace-nowrap {
691
+ white-space: nowrap;
692
+ }
693
+ .diff-tailwindcss-wrapper .break-all {
694
+ word-break: break-all;
695
+ }
696
+ .diff-tailwindcss-wrapper .rounded-\[0\.2em\] {
697
+ border-radius: 0.2em;
698
+ }
699
+ .diff-tailwindcss-wrapper .rounded-\[2px\] {
700
+ border-radius: 2px;
701
+ }
702
+ .diff-tailwindcss-wrapper .rounded-md {
703
+ border-radius: 0.375rem;
704
+ }
705
+ .diff-tailwindcss-wrapper .border-l-\[1px\] {
706
+ border-left-width: 1px;
707
+ }
708
+ .diff-tailwindcss-wrapper .fill-current {
709
+ fill: currentColor;
710
+ }
711
+ .diff-tailwindcss-wrapper .p-0 {
712
+ padding: 0px;
713
+ }
714
+ .diff-tailwindcss-wrapper .p-\[1px\] {
715
+ padding: 1px;
716
+ }
717
+ .diff-tailwindcss-wrapper .px-\[10px\] {
718
+ padding-left: 10px;
719
+ padding-right: 10px;
720
+ }
721
+ .diff-tailwindcss-wrapper .py-\[2px\] {
722
+ padding-top: 2px;
723
+ padding-bottom: 2px;
724
+ }
725
+ .diff-tailwindcss-wrapper .py-\[6px\] {
726
+ padding-top: 6px;
727
+ padding-bottom: 6px;
728
+ }
729
+ .diff-tailwindcss-wrapper .pl-\[1\.5em\] {
730
+ padding-left: 1.5em;
731
+ }
732
+ .diff-tailwindcss-wrapper .pl-\[10px\] {
733
+ padding-left: 10px;
734
+ }
735
+ .diff-tailwindcss-wrapper .pl-\[2\.0em\] {
736
+ padding-left: 2.0em;
737
+ }
738
+ .diff-tailwindcss-wrapper .pr-\[10px\] {
739
+ padding-right: 10px;
740
+ }
741
+ .diff-tailwindcss-wrapper .text-right {
742
+ text-align: right;
743
+ }
744
+ .diff-tailwindcss-wrapper .indent-\[0\.2em\] {
745
+ text-indent: 0.2em;
746
+ }
747
+ .diff-tailwindcss-wrapper .align-top {
748
+ vertical-align: top;
749
+ }
750
+ .diff-tailwindcss-wrapper .align-middle {
751
+ vertical-align: middle;
752
+ }
753
+ .diff-tailwindcss-wrapper .text-\[1\.2em\] {
754
+ font-size: 1.2em;
755
+ }
756
+ .diff-tailwindcss-wrapper .leading-\[1\.4\] {
757
+ line-height: 1.4;
758
+ }
759
+ .diff-tailwindcss-wrapper .leading-\[1\.6\] {
760
+ line-height: 1.6;
761
+ }
762
+ .diff-tailwindcss-wrapper .\!text-red-500 {
763
+ --tw-text-opacity: 1 !important;
764
+ color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
765
+ }
766
+ .diff-tailwindcss-wrapper .opacity-\[0\.5\] {
767
+ opacity: 0.5;
768
+ }
769
+ .diff-tailwindcss-wrapper .filter {
770
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
771
+ }
772
+ .diff-tailwindcss-wrapper .transition-transform {
773
+ transition-property: transform;
774
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
775
+ transition-duration: 150ms;
776
+ }
777
+ .diff-tailwindcss-wrapper * {
778
+ box-sizing: border-box;
779
+ }
780
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-style-root {
781
+ --diff-border--: #dedede;
782
+ --diff-add-content--: #e6ffec;
783
+ --diff-del-content--: #ffebe9;
784
+ --diff-add-lineNumber--: #ccffd8;
785
+ --diff-del-lineNumber--: #ffd7d5;
786
+ --diff-plain-content--: #ffffff;
787
+ --diff-expand-content--: #fafafa;
788
+ --diff-plain-lineNumber--: #fafafa;
789
+ --diff-plain-lineNumber-color--: #555555;
790
+ --diff-hunk-content--: #ddf4ff;
791
+ --diff-hunk-lineNumber--: #c7ecff;
792
+ --diff-hunk-lineNumber-hover--: #0969da;
793
+ --diff-add-content-highlight--: #abf2bc;
794
+ --diff-del-content-highlight--: #ffb3ad;
795
+ --diff-add-widget--: #0969d2;
796
+ --diff-add-widget-color--: #ffffff;
797
+ --diff-empty-content--: #fafafa;
798
+ --diff-hunk-content-color--: #777777;
799
+
800
+ color: black;
801
+ }
802
+ .diff-tailwindcss-wrapper .diff-style-root .diff-line-syntax-raw *,
803
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw * {
804
+ color: var(--diff-view-light, inherit);
805
+ font-weight: var(--diff-view-light-font-weight, inherit);
806
+ }
807
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-style-root {
808
+ --diff-border--: #3d444d;
809
+ --diff-add-content--: #14261f;
810
+ --diff-del-content--: #311b1f;
811
+ --diff-add-lineNumber--: #1f4429;
812
+ --diff-del-lineNumber--: #552527;
813
+ --diff-plain-content--: #0d1117;
814
+ --diff-expand-content--: #161b22;
815
+ --diff-plain-lineNumber--: #161b22;
816
+ --diff-plain-lineNumber-color--: #a0aaab;
817
+ --diff-hunk-content--: #131d2e;
818
+ --diff-hunk-lineNumber--: #204274;
819
+ --diff-hunk-lineNumber-hover--: #1f6feb;
820
+ --diff-add-content-highlight--: #1f572d;
821
+ --diff-del-content-highlight--: #80312f;
822
+ --diff-add-widget--: #0969d2;
823
+ --diff-add-widget-color--: #ffffff;
824
+ --diff-empty-content--: #161b22;
825
+ --diff-hunk-content-color--: #9298a0;
826
+
827
+ color: white;
828
+ }
829
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw * {
830
+ color: var(--diff-view-dark, inherit);
831
+ font-weight: var(--diff-view-dark-font-weight, inherit);
832
+ }
833
+ .diff-tailwindcss-wrapper table,
834
+ .diff-tailwindcss-wrapper tr,
835
+ .diff-tailwindcss-wrapper td {
836
+ border-color: transparent;
837
+ border-width: 0px;
838
+ text-align: left;
839
+ }
840
+ .diff-tailwindcss-wrapper .diff-line-old-num,
841
+ .diff-tailwindcss-wrapper .diff-line-new-num,
842
+ .diff-tailwindcss-wrapper .diff-line-num {
843
+ text-align: right;
844
+ }
845
+ .diff-tailwindcss-wrapper .diff-style-root tr {
846
+ content-visibility: auto;
847
+ }
848
+ .diff-tailwindcss-wrapper .diff-add-widget-wrapper {
849
+ transform-origin: center;
850
+ transform: translateX(-50%) !important;
851
+ }
852
+ .diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper,
853
+ .diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper {
854
+ transform: translateX(50%) !important;
855
+ }
856
+ .diff-tailwindcss-wrapper .diff-add-widget-wrapper:hover {
857
+ transform: translateX(-50%) scale(1.1) !important;
858
+ }
859
+ .diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper:hover,
860
+ .diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper:hover {
861
+ transform: translateX(50%) scale(1.1) !important;
862
+ }
863
+ .diff-tailwindcss-wrapper .diff-widget-tooltip {
864
+ position: relative;
865
+ }
866
+ .diff-tailwindcss-wrapper .diff-add-widget,
867
+ .diff-tailwindcss-wrapper .diff-widget-tooltip {
868
+ font-family: inherit;
869
+ font-feature-settings: inherit;
870
+ font-variation-settings: inherit;
871
+ font-size: 100%;
872
+ font-weight: inherit;
873
+ line-height: inherit;
874
+ letter-spacing: inherit;
875
+ color: inherit;
876
+ margin: 0;
877
+ text-transform: none;
878
+ border-width: 0px;
879
+ background-color: transparent;
880
+ background-image: none;
881
+ }
882
+ .diff-tailwindcss-wrapper .diff-widget-tooltip::after {
883
+ display: none;
884
+ box-sizing: border-box;
885
+ background-color: #555555;
886
+ position: absolute;
887
+ content: attr(data-title);
888
+ font-size: 11px;
889
+ padding: 1px 2px;
890
+ border-radius: 4px;
891
+ overflow: hidden;
892
+ top: 50%;
893
+ white-space: nowrap;
894
+ transform: translateY(-50%);
895
+ left: calc(100% + 8px);
896
+ color: #ffffff;
897
+ }
898
+ .diff-tailwindcss-wrapper .diff-widget-tooltip::before {
899
+ display: none;
900
+ box-sizing: border-box;
901
+ content: "";
902
+ position: absolute;
903
+ top: 50%;
904
+ left: calc(100% - 2px);
905
+ transform: translateY(-50%);
906
+ border: 6px solid transparent;
907
+ border-right-color: #555555;
908
+ }
909
+ .diff-tailwindcss-wrapper .diff-widget-tooltip:hover {
910
+ background-color: var(--diff-hunk-lineNumber-hover--);
911
+ color: white;
912
+ }
913
+ .diff-tailwindcss-wrapper .diff-widget-tooltip:hover::before {
914
+ display: block;
915
+ }
916
+ .diff-tailwindcss-wrapper .diff-widget-tooltip:hover::after {
917
+ display: block;
918
+ }
919
+ .diff-line-extend-wrapper * {
920
+ color: initial;
921
+ }
922
+ .diff-line-widget-wrapper * {
923
+ color: initial;
924
+ }
925
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw pre code.hljs {
926
+ display: block;
927
+ overflow-x: auto;
928
+ padding: 1em
929
+ }
930
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw code.hljs {
931
+ padding: 3px 5px
932
+ }
933
+ /*!
934
+ Theme: GitHub
935
+ Description: Light theme as seen on github.com
936
+ Author: github.com
937
+ Maintainer: @Hirse
938
+ Updated: 2021-05-15
939
+
940
+ Outdated base version: https://github.com/primer/github-syntax-light
941
+ Current colors taken from GitHub's CSS
942
+ */
943
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs {
944
+ color: #24292e;
945
+ background: #ffffff
946
+ }
947
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-doctag,
948
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-keyword,
949
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta .hljs-keyword,
950
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-template-tag,
951
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-template-variable,
952
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-type,
953
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-variable.language_ {
954
+ /* prettylights-syntax-keyword */
955
+ color: #d73a49
956
+ }
957
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title,
958
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.class_,
959
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.class_.inherited__,
960
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.function_ {
961
+ /* prettylights-syntax-entity */
962
+ color: #6f42c1
963
+ }
964
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-attr,
965
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-attribute,
966
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-literal,
967
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta,
968
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-number,
969
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-operator,
970
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-variable,
971
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-attr,
972
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-class,
973
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-id {
974
+ /* prettylights-syntax-constant */
975
+ color: #005cc5
976
+ }
977
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-regexp,
978
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-string,
979
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta .hljs-string {
980
+ /* prettylights-syntax-string */
981
+ color: #032f62
982
+ }
983
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-built_in,
984
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-symbol {
985
+ /* prettylights-syntax-variable */
986
+ color: #e36209
987
+ }
988
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-comment,
989
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-code,
990
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-formula {
991
+ /* prettylights-syntax-comment */
992
+ color: #6a737d
993
+ }
994
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-name,
995
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-quote,
996
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-tag,
997
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-pseudo {
998
+ /* prettylights-syntax-entity-tag */
999
+ color: #22863a
1000
+ }
1001
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-subst {
1002
+ /* prettylights-syntax-storage-modifier-import */
1003
+ color: #24292e
1004
+ }
1005
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-section {
1006
+ /* prettylights-syntax-markup-heading */
1007
+ color: #005cc5;
1008
+ font-weight: bold
1009
+ }
1010
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-bullet {
1011
+ /* prettylights-syntax-markup-list */
1012
+ color: #735c0f
1013
+ }
1014
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-emphasis {
1015
+ /* prettylights-syntax-markup-italic */
1016
+ color: #24292e;
1017
+ font-style: italic
1018
+ }
1019
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-strong {
1020
+ /* prettylights-syntax-markup-bold */
1021
+ color: #24292e;
1022
+ font-weight: bold
1023
+ }
1024
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-addition {
1025
+ /* prettylights-syntax-markup-inserted */
1026
+ color: #22863a;
1027
+ background-color: #f0fff4
1028
+ }
1029
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-deletion {
1030
+ /* prettylights-syntax-markup-deleted */
1031
+ color: #b31d28;
1032
+ background-color: #ffeef0
1033
+ }
1034
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-char.escape_,
1035
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-link,
1036
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-params,
1037
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-property,
1038
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-punctuation,
1039
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-tag {
1040
+ /* purposely ignored */
1041
+
1042
+ }
1043
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw pre code.hljs {
1044
+ display: block;
1045
+ overflow-x: auto;
1046
+ padding: 1em
1047
+ }
1048
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw code.hljs {
1049
+ padding: 3px 5px
1050
+ }
1051
+ /*!
1052
+ Theme: GitHub Dark
1053
+ Description: Dark theme as seen on github.com
1054
+ Author: github.com
1055
+ Maintainer: @Hirse
1056
+ Updated: 2021-05-15
1057
+
1058
+ Outdated base version: https://github.com/primer/github-syntax-dark
1059
+ Current colors taken from GitHub's CSS
1060
+ */
1061
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs {
1062
+ color: #c9d1d9;
1063
+ background: #0d1117
1064
+ }
1065
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-doctag,
1066
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-keyword,
1067
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta .hljs-keyword,
1068
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-template-tag,
1069
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-template-variable,
1070
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-type,
1071
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-variable.language_ {
1072
+ /* prettylights-syntax-keyword */
1073
+ color: #ff7b72
1074
+ }
1075
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title,
1076
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.class_,
1077
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.class_.inherited__,
1078
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.function_ {
1079
+ /* prettylights-syntax-entity */
1080
+ color: #d2a8ff
1081
+ }
1082
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-attr,
1083
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-attribute,
1084
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-literal,
1085
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta,
1086
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-number,
1087
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-operator,
1088
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-variable,
1089
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-attr,
1090
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-class,
1091
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-id {
1092
+ /* prettylights-syntax-constant */
1093
+ color: #79c0ff
1094
+ }
1095
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-regexp,
1096
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-string,
1097
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta .hljs-string {
1098
+ /* prettylights-syntax-string */
1099
+ color: #a5d6ff
1100
+ }
1101
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-built_in,
1102
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-symbol {
1103
+ /* prettylights-syntax-variable */
1104
+ color: #ffa657
1105
+ }
1106
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-comment,
1107
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-code,
1108
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-formula {
1109
+ /* prettylights-syntax-comment */
1110
+ color: #8b949e
1111
+ }
1112
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-name,
1113
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-quote,
1114
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-tag,
1115
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-pseudo {
1116
+ /* prettylights-syntax-entity-tag */
1117
+ color: #7ee787
1118
+ }
1119
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-subst {
1120
+ /* prettylights-syntax-storage-modifier-import */
1121
+ color: #c9d1d9
1122
+ }
1123
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-section {
1124
+ /* prettylights-syntax-markup-heading */
1125
+ color: #1f6feb;
1126
+ font-weight: bold
1127
+ }
1128
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-bullet {
1129
+ /* prettylights-syntax-markup-list */
1130
+ color: #f2cc60
1131
+ }
1132
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-emphasis {
1133
+ /* prettylights-syntax-markup-italic */
1134
+ color: #c9d1d9;
1135
+ font-style: italic
1136
+ }
1137
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-strong {
1138
+ /* prettylights-syntax-markup-bold */
1139
+ color: #c9d1d9;
1140
+ font-weight: bold
1141
+ }
1142
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-addition {
1143
+ /* prettylights-syntax-markup-inserted */
1144
+ color: #aff5b4;
1145
+ background-color: #033a16
1146
+ }
1147
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-deletion {
1148
+ /* prettylights-syntax-markup-deleted */
1149
+ color: #ffdcd7;
1150
+ background-color: #67060c
1151
+ }
1152
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-char.escape_,
1153
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-link,
1154
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-params,
1155
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-property,
1156
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-punctuation,
1157
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-tag {
1158
+ /* purposely ignored */
1159
+
1160
+ }
1161
+ .diff-tailwindcss-wrapper .hover\:scale-110:hover {
1162
+ --tw-scale-x: 1.1;
1163
+ --tw-scale-y: 1.1;
1164
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1165
+ }
1166
+ .diff-tailwindcss-wrapper .group:hover .group-hover\:visible {
1167
+ visibility: visible;
1168
+ }