real-world-css-libraries 1.0.2 → 1.0.4

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.
Files changed (55) hide show
  1. package/README.md +72 -7
  2. package/index.js +45 -6
  3. package/libs/30days30submits-18-v0.0.0.css +213 -0
  4. package/libs/amoled-cord-v5.0.11.css +894 -0
  5. package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
  6. package/libs/bootplus-v1.0.5.css +6876 -0
  7. package/libs/cleanslate-v0.10.1.css +454 -0
  8. package/libs/colofilter-v0.0.0.css +232 -0
  9. package/libs/enferno-v13.1.1.css +75 -0
  10. package/libs/facebook-buttons-v1.0.0.css +223 -0
  11. package/libs/fileicon-v0.1.1.css +140 -0
  12. package/libs/fluentbird-v1.1.2.css +1060 -0
  13. package/libs/freebies-v0.0.0.css +1110 -0
  14. package/libs/gitweb-theme-v0.0.0.css +764 -0
  15. package/libs/gridism-v0.2.2.css +133 -0
  16. package/libs/holmes-v6.8.12.css +483 -0
  17. package/libs/justified-v0.0.0.css +14 -0
  18. package/libs/kickoff-v8.0.0.css +2267 -0
  19. package/libs/knacss-v8.2.0.css +1141 -0
  20. package/libs/less-framework-v0.0.0.css +168 -0
  21. package/libs/linktree-v0.0.0.css +803 -0
  22. package/libs/littlebox-v0.0.4.css +5833 -0
  23. package/libs/lynx-v1.4.0.css +1587 -0
  24. package/libs/medium.css-v1.0.2.css +287 -0
  25. package/libs/obnoxious-v3.5.2.css +1144 -0
  26. package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
  27. package/libs/off-canvas-menu-effects-v0.0.0.css +238 -0
  28. package/libs/patternbolt-v0.0.0.css +861 -0
  29. package/libs/progress-tracker-v3.0.0.css +352 -0
  30. package/libs/proxmorph-v2.7.3.css +3952 -0
  31. package/libs/sapc-apca-v0.0.0.css +5546 -0
  32. package/libs/select2-bootstrap-v1.2.5.css +120 -0
  33. package/libs/shina-fox-v0.1.0.css +1194 -0
  34. package/libs/simptip-v1.0.4.css +447 -0
  35. package/libs/social-signin-buttons-v0.0.0.css +387 -0
  36. package/libs/spicetify-bloom-v0.0.0.css +2725 -0
  37. package/libs/stackoverflow-dark-v5.1.2.css +4962 -0
  38. package/libs/swagger-ui-themes-2-v2.1.0.css +1730 -0
  39. package/libs/swagger-ui-themes-3-v3.0.1.css +1793 -0
  40. package/libs/tailwind-cards-v0.0.0.css +215592 -0
  41. package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
  42. package/libs/tocas-v5.7.0.css +19928 -0
  43. package/libs/utility-opentype-v0.1.4.css +515 -0
  44. package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
  45. package/libs/waffle-grid-v1.3.6.css +544 -0
  46. package/libs/wenk-v1.0.8.css +126 -0
  47. package/libs/wikipedia-dark-v3.7.9.css +9990 -0
  48. package/libs/windows-95-v0.0.0.css +393 -0
  49. package/libs/woah-v1.3.1.css +1025 -0
  50. package/libs/yacy-v4.1.2.css +677 -0
  51. package/libs/yue-v1.1.1.css +180 -0
  52. package/package.json +3 -3
  53. package/test.js +3 -4
  54. /package/libs/{bootstrap-v4.6.2.css → bootstrap-4-v4.6.2.css} +0 -0
  55. /package/libs/{bootstrap-v5.3.8.css → bootstrap-5-v5.3.8.css} +0 -0
@@ -0,0 +1,1587 @@
1
+ /* https://github.com/jpanther/lynx/blob/dev/assets/css/compiled/main.css */
2
+ /*! Lynx v1.4.0 | MIT License | https://github.com/jpanther/lynx */
3
+
4
+ /*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */
5
+
6
+ /*
7
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
8
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
9
+ */
10
+
11
+ *,
12
+ ::before,
13
+ ::after {
14
+ box-sizing: border-box;
15
+ /* 1 */
16
+ border-width: 0;
17
+ /* 2 */
18
+ border-style: solid;
19
+ /* 2 */
20
+ border-color: currentColor;
21
+ /* 2 */
22
+ }
23
+
24
+ ::before,
25
+ ::after {
26
+ --tw-content: '';
27
+ }
28
+
29
+ /*
30
+ 1. Use a consistent sensible line-height in all browsers.
31
+ 2. Prevent adjustments of font size after orientation changes in iOS.
32
+ 3. Use a more readable tab size.
33
+ 4. Use the user's configured `sans` font-family by default.
34
+ 5. Use the user's configured `sans` font-feature-settings by default.
35
+ 6. Use the user's configured `sans` font-variation-settings by default.
36
+ 7. Disable tap highlights on iOS
37
+ */
38
+
39
+ html,
40
+ :host {
41
+ line-height: 1.5;
42
+ /* 1 */
43
+ -webkit-text-size-adjust: 100%;
44
+ /* 2 */
45
+ -moz-tab-size: 4;
46
+ /* 3 */
47
+ -o-tab-size: 4;
48
+ tab-size: 4;
49
+ /* 3 */
50
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
51
+ /* 4 */
52
+ font-feature-settings: normal;
53
+ /* 5 */
54
+ font-variation-settings: normal;
55
+ /* 6 */
56
+ -webkit-tap-highlight-color: transparent;
57
+ /* 7 */
58
+ }
59
+
60
+ /*
61
+ 1. Remove the margin in all browsers.
62
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
63
+ */
64
+
65
+ body {
66
+ margin: 0;
67
+ /* 1 */
68
+ line-height: inherit;
69
+ /* 2 */
70
+ }
71
+
72
+ /*
73
+ 1. Add the correct height in Firefox.
74
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
75
+ 3. Ensure horizontal rules are visible by default.
76
+ */
77
+
78
+ hr {
79
+ height: 0;
80
+ /* 1 */
81
+ color: inherit;
82
+ /* 2 */
83
+ border-top-width: 1px;
84
+ /* 3 */
85
+ }
86
+
87
+ /*
88
+ Add the correct text decoration in Chrome, Edge, and Safari.
89
+ */
90
+
91
+ abbr:where([title]) {
92
+ -webkit-text-decoration: underline dotted;
93
+ text-decoration: underline dotted;
94
+ }
95
+
96
+ /*
97
+ Remove the default font size and weight for headings.
98
+ */
99
+
100
+ h1,
101
+ h2,
102
+ h3,
103
+ h4,
104
+ h5,
105
+ h6 {
106
+ font-size: inherit;
107
+ font-weight: inherit;
108
+ }
109
+
110
+ /*
111
+ Reset links to optimize for opt-in styling instead of opt-out.
112
+ */
113
+
114
+ a {
115
+ color: inherit;
116
+ text-decoration: inherit;
117
+ }
118
+
119
+ /*
120
+ Add the correct font weight in Edge and Safari.
121
+ */
122
+
123
+ b,
124
+ strong {
125
+ font-weight: bolder;
126
+ }
127
+
128
+ /*
129
+ 1. Use the user's configured `mono` font-family by default.
130
+ 2. Use the user's configured `mono` font-feature-settings by default.
131
+ 3. Use the user's configured `mono` font-variation-settings by default.
132
+ 4. Correct the odd `em` font sizing in all browsers.
133
+ */
134
+
135
+ code,
136
+ kbd,
137
+ samp,
138
+ pre {
139
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
140
+ /* 1 */
141
+ font-feature-settings: normal;
142
+ /* 2 */
143
+ font-variation-settings: normal;
144
+ /* 3 */
145
+ font-size: 1em;
146
+ /* 4 */
147
+ }
148
+
149
+ /*
150
+ Add the correct font size in all browsers.
151
+ */
152
+
153
+ small {
154
+ font-size: 80%;
155
+ }
156
+
157
+ /*
158
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
159
+ */
160
+
161
+ sub,
162
+ sup {
163
+ font-size: 75%;
164
+ line-height: 0;
165
+ position: relative;
166
+ vertical-align: baseline;
167
+ }
168
+
169
+ sub {
170
+ bottom: -0.25em;
171
+ }
172
+
173
+ sup {
174
+ top: -0.5em;
175
+ }
176
+
177
+ /*
178
+ 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)
179
+ 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)
180
+ 3. Remove gaps between table borders by default.
181
+ */
182
+
183
+ table {
184
+ text-indent: 0;
185
+ /* 1 */
186
+ border-color: inherit;
187
+ /* 2 */
188
+ border-collapse: collapse;
189
+ /* 3 */
190
+ }
191
+
192
+ /*
193
+ 1. Change the font styles in all browsers.
194
+ 2. Remove the margin in Firefox and Safari.
195
+ 3. Remove default padding in all browsers.
196
+ */
197
+
198
+ button,
199
+ input,
200
+ optgroup,
201
+ select,
202
+ textarea {
203
+ font-family: inherit;
204
+ /* 1 */
205
+ font-feature-settings: inherit;
206
+ /* 1 */
207
+ font-variation-settings: inherit;
208
+ /* 1 */
209
+ font-size: 100%;
210
+ /* 1 */
211
+ font-weight: inherit;
212
+ /* 1 */
213
+ line-height: inherit;
214
+ /* 1 */
215
+ letter-spacing: inherit;
216
+ /* 1 */
217
+ color: inherit;
218
+ /* 1 */
219
+ margin: 0;
220
+ /* 2 */
221
+ padding: 0;
222
+ /* 3 */
223
+ }
224
+
225
+ /*
226
+ Remove the inheritance of text transform in Edge and Firefox.
227
+ */
228
+
229
+ button,
230
+ select {
231
+ text-transform: none;
232
+ }
233
+
234
+ /*
235
+ 1. Correct the inability to style clickable types in iOS and Safari.
236
+ 2. Remove default button styles.
237
+ */
238
+
239
+ button,
240
+ input:where([type='button']),
241
+ input:where([type='reset']),
242
+ input:where([type='submit']) {
243
+ -webkit-appearance: button;
244
+ /* 1 */
245
+ background-color: transparent;
246
+ /* 2 */
247
+ background-image: none;
248
+ /* 2 */
249
+ }
250
+
251
+ /*
252
+ Use the modern Firefox focus style for all focusable elements.
253
+ */
254
+
255
+ :-moz-focusring {
256
+ outline: auto;
257
+ }
258
+
259
+ /*
260
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
261
+ */
262
+
263
+ :-moz-ui-invalid {
264
+ box-shadow: none;
265
+ }
266
+
267
+ /*
268
+ Add the correct vertical alignment in Chrome and Firefox.
269
+ */
270
+
271
+ progress {
272
+ vertical-align: baseline;
273
+ }
274
+
275
+ /*
276
+ Correct the cursor style of increment and decrement buttons in Safari.
277
+ */
278
+
279
+ ::-webkit-inner-spin-button,
280
+ ::-webkit-outer-spin-button {
281
+ height: auto;
282
+ }
283
+
284
+ /*
285
+ 1. Correct the odd appearance in Chrome and Safari.
286
+ 2. Correct the outline style in Safari.
287
+ */
288
+
289
+ [type='search'] {
290
+ -webkit-appearance: textfield;
291
+ /* 1 */
292
+ outline-offset: -2px;
293
+ /* 2 */
294
+ }
295
+
296
+ /*
297
+ Remove the inner padding in Chrome and Safari on macOS.
298
+ */
299
+
300
+ ::-webkit-search-decoration {
301
+ -webkit-appearance: none;
302
+ }
303
+
304
+ /*
305
+ 1. Correct the inability to style clickable types in iOS and Safari.
306
+ 2. Change font properties to `inherit` in Safari.
307
+ */
308
+
309
+ ::-webkit-file-upload-button {
310
+ -webkit-appearance: button;
311
+ /* 1 */
312
+ font: inherit;
313
+ /* 2 */
314
+ }
315
+
316
+ /*
317
+ Add the correct display in Chrome and Safari.
318
+ */
319
+
320
+ summary {
321
+ display: list-item;
322
+ }
323
+
324
+ /*
325
+ Removes the default spacing and border for appropriate elements.
326
+ */
327
+
328
+ blockquote,
329
+ dl,
330
+ dd,
331
+ h1,
332
+ h2,
333
+ h3,
334
+ h4,
335
+ h5,
336
+ h6,
337
+ hr,
338
+ figure,
339
+ p,
340
+ pre {
341
+ margin: 0;
342
+ }
343
+
344
+ fieldset {
345
+ margin: 0;
346
+ padding: 0;
347
+ }
348
+
349
+ legend {
350
+ padding: 0;
351
+ }
352
+
353
+ ol,
354
+ ul,
355
+ menu {
356
+ list-style: none;
357
+ margin: 0;
358
+ padding: 0;
359
+ }
360
+
361
+ /*
362
+ Reset default styling for dialogs.
363
+ */
364
+
365
+ dialog {
366
+ padding: 0;
367
+ }
368
+
369
+ /*
370
+ Prevent resizing textareas horizontally by default.
371
+ */
372
+
373
+ textarea {
374
+ resize: vertical;
375
+ }
376
+
377
+ /*
378
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
379
+ 2. Set the default placeholder color to the user's configured gray 400 color.
380
+ */
381
+
382
+ input::-moz-placeholder, textarea::-moz-placeholder {
383
+ opacity: 1;
384
+ /* 1 */
385
+ color: #9ca3af;
386
+ /* 2 */
387
+ }
388
+
389
+ input::placeholder,
390
+ textarea::placeholder {
391
+ opacity: 1;
392
+ /* 1 */
393
+ color: #9ca3af;
394
+ /* 2 */
395
+ }
396
+
397
+ /*
398
+ Set the default cursor for buttons.
399
+ */
400
+
401
+ button,
402
+ [role="button"] {
403
+ cursor: pointer;
404
+ }
405
+
406
+ /*
407
+ Make sure disabled buttons don't get the pointer cursor.
408
+ */
409
+
410
+ :disabled {
411
+ cursor: default;
412
+ }
413
+
414
+ /*
415
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
416
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
417
+ This can trigger a poorly considered lint error in some tools but is included by design.
418
+ */
419
+
420
+ img,
421
+ svg,
422
+ video,
423
+ canvas,
424
+ audio,
425
+ iframe,
426
+ embed,
427
+ object {
428
+ display: block;
429
+ /* 1 */
430
+ vertical-align: middle;
431
+ /* 2 */
432
+ }
433
+
434
+ /*
435
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
436
+ */
437
+
438
+ img,
439
+ video {
440
+ max-width: 100%;
441
+ height: auto;
442
+ }
443
+
444
+ /* Make elements with the HTML hidden attribute stay hidden by default */
445
+
446
+ [hidden] {
447
+ display: none;
448
+ }
449
+
450
+ *, ::before, ::after {
451
+ --tw-border-spacing-x: 0;
452
+ --tw-border-spacing-y: 0;
453
+ --tw-translate-x: 0;
454
+ --tw-translate-y: 0;
455
+ --tw-rotate: 0;
456
+ --tw-skew-x: 0;
457
+ --tw-skew-y: 0;
458
+ --tw-scale-x: 1;
459
+ --tw-scale-y: 1;
460
+ --tw-pan-x: ;
461
+ --tw-pan-y: ;
462
+ --tw-pinch-zoom: ;
463
+ --tw-scroll-snap-strictness: proximity;
464
+ --tw-gradient-from-position: ;
465
+ --tw-gradient-via-position: ;
466
+ --tw-gradient-to-position: ;
467
+ --tw-ordinal: ;
468
+ --tw-slashed-zero: ;
469
+ --tw-numeric-figure: ;
470
+ --tw-numeric-spacing: ;
471
+ --tw-numeric-fraction: ;
472
+ --tw-ring-inset: ;
473
+ --tw-ring-offset-width: 0px;
474
+ --tw-ring-offset-color: #fff;
475
+ --tw-ring-color: rgb(59 130 246 / 0.5);
476
+ --tw-ring-offset-shadow: 0 0 #0000;
477
+ --tw-ring-shadow: 0 0 #0000;
478
+ --tw-shadow: 0 0 #0000;
479
+ --tw-shadow-colored: 0 0 #0000;
480
+ --tw-blur: ;
481
+ --tw-brightness: ;
482
+ --tw-contrast: ;
483
+ --tw-grayscale: ;
484
+ --tw-hue-rotate: ;
485
+ --tw-invert: ;
486
+ --tw-saturate: ;
487
+ --tw-sepia: ;
488
+ --tw-drop-shadow: ;
489
+ --tw-backdrop-blur: ;
490
+ --tw-backdrop-brightness: ;
491
+ --tw-backdrop-contrast: ;
492
+ --tw-backdrop-grayscale: ;
493
+ --tw-backdrop-hue-rotate: ;
494
+ --tw-backdrop-invert: ;
495
+ --tw-backdrop-opacity: ;
496
+ --tw-backdrop-saturate: ;
497
+ --tw-backdrop-sepia: ;
498
+ --tw-contain-size: ;
499
+ --tw-contain-layout: ;
500
+ --tw-contain-paint: ;
501
+ --tw-contain-style: ;
502
+ }
503
+
504
+ ::backdrop {
505
+ --tw-border-spacing-x: 0;
506
+ --tw-border-spacing-y: 0;
507
+ --tw-translate-x: 0;
508
+ --tw-translate-y: 0;
509
+ --tw-rotate: 0;
510
+ --tw-skew-x: 0;
511
+ --tw-skew-y: 0;
512
+ --tw-scale-x: 1;
513
+ --tw-scale-y: 1;
514
+ --tw-pan-x: ;
515
+ --tw-pan-y: ;
516
+ --tw-pinch-zoom: ;
517
+ --tw-scroll-snap-strictness: proximity;
518
+ --tw-gradient-from-position: ;
519
+ --tw-gradient-via-position: ;
520
+ --tw-gradient-to-position: ;
521
+ --tw-ordinal: ;
522
+ --tw-slashed-zero: ;
523
+ --tw-numeric-figure: ;
524
+ --tw-numeric-spacing: ;
525
+ --tw-numeric-fraction: ;
526
+ --tw-ring-inset: ;
527
+ --tw-ring-offset-width: 0px;
528
+ --tw-ring-offset-color: #fff;
529
+ --tw-ring-color: rgb(59 130 246 / 0.5);
530
+ --tw-ring-offset-shadow: 0 0 #0000;
531
+ --tw-ring-shadow: 0 0 #0000;
532
+ --tw-shadow: 0 0 #0000;
533
+ --tw-shadow-colored: 0 0 #0000;
534
+ --tw-blur: ;
535
+ --tw-brightness: ;
536
+ --tw-contrast: ;
537
+ --tw-grayscale: ;
538
+ --tw-hue-rotate: ;
539
+ --tw-invert: ;
540
+ --tw-saturate: ;
541
+ --tw-sepia: ;
542
+ --tw-drop-shadow: ;
543
+ --tw-backdrop-blur: ;
544
+ --tw-backdrop-brightness: ;
545
+ --tw-backdrop-contrast: ;
546
+ --tw-backdrop-grayscale: ;
547
+ --tw-backdrop-hue-rotate: ;
548
+ --tw-backdrop-invert: ;
549
+ --tw-backdrop-opacity: ;
550
+ --tw-backdrop-saturate: ;
551
+ --tw-backdrop-sepia: ;
552
+ --tw-contain-size: ;
553
+ --tw-contain-layout: ;
554
+ --tw-contain-paint: ;
555
+ --tw-contain-style: ;
556
+ }
557
+
558
+ .prose {
559
+ color: var(--tw-prose-body);
560
+ max-width: 65ch;
561
+ }
562
+
563
+ .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
564
+ margin-top: 1.25em;
565
+ margin-bottom: 1.25em;
566
+ }
567
+
568
+ .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
569
+ color: var(--tw-prose-lead);
570
+ font-size: 1.25em;
571
+ line-height: 1.6;
572
+ margin-top: 1.2em;
573
+ margin-bottom: 1.2em;
574
+ }
575
+
576
+ .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
577
+ color: var(--tw-prose-links);
578
+ text-decoration: underline;
579
+ font-weight: 500;
580
+ text-decoration-color: #d8b4fe;
581
+ }
582
+
583
+ .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
584
+ text-decoration: none;
585
+ background-color: #9333ea;
586
+ border-radius: 0.09rem;
587
+ }
588
+
589
+ .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
590
+ color: var(--tw-prose-bold);
591
+ font-weight: 600;
592
+ }
593
+
594
+ .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
595
+ color: inherit;
596
+ }
597
+
598
+ .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
599
+ color: inherit;
600
+ }
601
+
602
+ .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
603
+ color: inherit;
604
+ }
605
+
606
+ .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
607
+ list-style-type: decimal;
608
+ margin-top: 1.25em;
609
+ margin-bottom: 1.25em;
610
+ padding-inline-start: 1.625em;
611
+ }
612
+
613
+ .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
614
+ list-style-type: upper-alpha;
615
+ }
616
+
617
+ .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
618
+ list-style-type: lower-alpha;
619
+ }
620
+
621
+ .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
622
+ list-style-type: upper-alpha;
623
+ }
624
+
625
+ .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
626
+ list-style-type: lower-alpha;
627
+ }
628
+
629
+ .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
630
+ list-style-type: upper-roman;
631
+ }
632
+
633
+ .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
634
+ list-style-type: lower-roman;
635
+ }
636
+
637
+ .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
638
+ list-style-type: upper-roman;
639
+ }
640
+
641
+ .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
642
+ list-style-type: lower-roman;
643
+ }
644
+
645
+ .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
646
+ list-style-type: decimal;
647
+ }
648
+
649
+ .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
650
+ list-style-type: disc;
651
+ margin-top: 1.25em;
652
+ margin-bottom: 1.25em;
653
+ padding-inline-start: 1.625em;
654
+ }
655
+
656
+ .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
657
+ font-weight: 400;
658
+ color: var(--tw-prose-counters);
659
+ }
660
+
661
+ .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
662
+ color: var(--tw-prose-bullets);
663
+ }
664
+
665
+ .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
666
+ color: var(--tw-prose-headings);
667
+ font-weight: 600;
668
+ margin-top: 1.25em;
669
+ }
670
+
671
+ .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
672
+ border-color: var(--tw-prose-hr);
673
+ border-top-width: 1px;
674
+ margin-top: 3em;
675
+ margin-bottom: 3em;
676
+ }
677
+
678
+ .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
679
+ font-weight: 500;
680
+ font-style: italic;
681
+ color: var(--tw-prose-quotes);
682
+ border-inline-start-width: 0.25rem;
683
+ border-inline-start-color: var(--tw-prose-quote-borders);
684
+ quotes: "\201C""\201D""\2018""\2019";
685
+ margin-top: 1.6em;
686
+ margin-bottom: 1.6em;
687
+ padding-inline-start: 1em;
688
+ }
689
+
690
+ .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
691
+ content: open-quote;
692
+ }
693
+
694
+ .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
695
+ content: close-quote;
696
+ }
697
+
698
+ .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
699
+ color: var(--tw-prose-headings);
700
+ font-weight: 800;
701
+ font-size: 2.25em;
702
+ margin-top: 0;
703
+ margin-bottom: 0.8888889em;
704
+ line-height: 1.1111111;
705
+ }
706
+
707
+ .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
708
+ font-weight: 900;
709
+ color: inherit;
710
+ }
711
+
712
+ .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
713
+ color: var(--tw-prose-headings);
714
+ font-weight: 700;
715
+ font-size: 1.5em;
716
+ margin-top: 2em;
717
+ margin-bottom: 1em;
718
+ line-height: 1.3333333;
719
+ }
720
+
721
+ .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
722
+ font-weight: 800;
723
+ color: inherit;
724
+ }
725
+
726
+ .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
727
+ color: var(--tw-prose-headings);
728
+ font-weight: 600;
729
+ font-size: 1.25em;
730
+ margin-top: 1.6em;
731
+ margin-bottom: 0.6em;
732
+ line-height: 1.6;
733
+ }
734
+
735
+ .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
736
+ font-weight: 700;
737
+ color: inherit;
738
+ }
739
+
740
+ .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
741
+ color: var(--tw-prose-headings);
742
+ font-weight: 600;
743
+ margin-top: 1.5em;
744
+ margin-bottom: 0.5em;
745
+ line-height: 1.5;
746
+ }
747
+
748
+ .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
749
+ font-weight: 700;
750
+ color: inherit;
751
+ }
752
+
753
+ .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
754
+ margin-top: 2em;
755
+ margin-bottom: 2em;
756
+ }
757
+
758
+ .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
759
+ display: block;
760
+ margin-top: 2em;
761
+ margin-bottom: 2em;
762
+ }
763
+
764
+ .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
765
+ margin-top: 2em;
766
+ margin-bottom: 2em;
767
+ }
768
+
769
+ .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
770
+ font-weight: 600;
771
+ font-family: inherit;
772
+ color: var(--tw-prose-kbd);
773
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
774
+ font-size: 0.9rem;
775
+ border-radius: 0.25rem;
776
+ padding-top: 0.1875em;
777
+ padding-inline-end: 0.375em;
778
+ padding-bottom: 0.1875em;
779
+ padding-inline-start: 0.375em;
780
+ background-color: #e5e7eb;
781
+ padding: 0.1rem 0.4rem;
782
+ }
783
+
784
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
785
+ color: var(--tw-prose-code);
786
+ font-weight: 600;
787
+ font-size: 0.875em;
788
+ }
789
+
790
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
791
+ content: "`";
792
+ }
793
+
794
+ .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
795
+ content: "`";
796
+ }
797
+
798
+ .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
799
+ color: var(--tw-prose-code);
800
+ }
801
+
802
+ .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
803
+ color: inherit;
804
+ }
805
+
806
+ .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
807
+ color: inherit;
808
+ font-size: 0.875em;
809
+ }
810
+
811
+ .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
812
+ color: inherit;
813
+ font-size: 0.9em;
814
+ }
815
+
816
+ .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
817
+ color: inherit;
818
+ }
819
+
820
+ .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
821
+ color: inherit;
822
+ }
823
+
824
+ .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
825
+ color: inherit;
826
+ }
827
+
828
+ .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
829
+ color: var(--tw-prose-pre-code);
830
+ background-color: var(--tw-prose-pre-bg);
831
+ overflow-x: auto;
832
+ font-weight: 400;
833
+ font-size: 0.875em;
834
+ line-height: 1.7142857;
835
+ margin-top: 1.7142857em;
836
+ margin-bottom: 1.7142857em;
837
+ border-radius: 0.375rem;
838
+ padding-top: 0.8571429em;
839
+ padding-inline-end: 1.1428571em;
840
+ padding-bottom: 0.8571429em;
841
+ padding-inline-start: 1.1428571em;
842
+ }
843
+
844
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
845
+ background-color: transparent;
846
+ border-width: 0;
847
+ border-radius: 0;
848
+ padding: 0;
849
+ font-weight: inherit;
850
+ color: inherit;
851
+ font-size: inherit;
852
+ font-family: inherit;
853
+ line-height: inherit;
854
+ }
855
+
856
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
857
+ content: none;
858
+ }
859
+
860
+ .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
861
+ content: none;
862
+ }
863
+
864
+ .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
865
+ width: 100%;
866
+ table-layout: auto;
867
+ text-align: start;
868
+ margin-top: 2em;
869
+ margin-bottom: 2em;
870
+ font-size: 0.875em;
871
+ line-height: 1.7142857;
872
+ }
873
+
874
+ .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
875
+ border-bottom-width: 1px;
876
+ border-bottom-color: var(--tw-prose-th-borders);
877
+ }
878
+
879
+ .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
880
+ color: var(--tw-prose-headings);
881
+ font-weight: 600;
882
+ vertical-align: bottom;
883
+ padding-inline-end: 0.5714286em;
884
+ padding-bottom: 0.5714286em;
885
+ padding-inline-start: 0.5714286em;
886
+ }
887
+
888
+ .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
889
+ border-bottom-width: 1px;
890
+ border-bottom-color: var(--tw-prose-td-borders);
891
+ }
892
+
893
+ .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
894
+ border-bottom-width: 0;
895
+ }
896
+
897
+ .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
898
+ vertical-align: baseline;
899
+ }
900
+
901
+ .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
902
+ border-top-width: 1px;
903
+ border-top-color: var(--tw-prose-th-borders);
904
+ }
905
+
906
+ .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
907
+ vertical-align: top;
908
+ }
909
+
910
+ .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
911
+ margin-top: 0;
912
+ margin-bottom: 0;
913
+ }
914
+
915
+ .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
916
+ color: var(--tw-prose-captions);
917
+ font-size: 0.875em;
918
+ line-height: 1.4285714;
919
+ margin-top: 0.8571429em;
920
+ }
921
+
922
+ .prose {
923
+ --tw-prose-body: #374151;
924
+ --tw-prose-headings: #1f2937;
925
+ --tw-prose-lead: #6b7280;
926
+ --tw-prose-links: #7e22ce;
927
+ --tw-prose-bold: #111827;
928
+ --tw-prose-counters: #1f2937;
929
+ --tw-prose-bullets: #6b7280;
930
+ --tw-prose-hr: #e5e7eb;
931
+ --tw-prose-quotes: #374151;
932
+ --tw-prose-quote-borders: #e9d5ff;
933
+ --tw-prose-captions: #6b7280;
934
+ --tw-prose-kbd: #111827;
935
+ --tw-prose-kbd-shadows: 17 24 39;
936
+ --tw-prose-code: #7e22ce;
937
+ --tw-prose-pre-code: #374151;
938
+ --tw-prose-pre-bg: #f9fafb;
939
+ --tw-prose-th-borders: #6b7280;
940
+ --tw-prose-td-borders: #d1d5db;
941
+ --tw-prose-invert-body: #d1d5db;
942
+ --tw-prose-invert-headings: #f9fafb;
943
+ --tw-prose-invert-lead: #6b7280;
944
+ --tw-prose-invert-links: #c084fc;
945
+ --tw-prose-invert-bold: #fff;
946
+ --tw-prose-invert-counters: #9ca3af;
947
+ --tw-prose-invert-bullets: #4b5563;
948
+ --tw-prose-invert-hr: #6b7280;
949
+ --tw-prose-invert-quotes: #e5e7eb;
950
+ --tw-prose-invert-quote-borders: #581c87;
951
+ --tw-prose-invert-captions: #9ca3af;
952
+ --tw-prose-invert-kbd: #fff;
953
+ --tw-prose-invert-kbd-shadows: 255 255 255;
954
+ --tw-prose-invert-code: #c084fc;
955
+ --tw-prose-invert-pre-code: #e5e7eb;
956
+ --tw-prose-invert-pre-bg: #374151;
957
+ --tw-prose-invert-th-borders: #6b7280;
958
+ --tw-prose-invert-td-borders: #374151;
959
+ font-size: 1rem;
960
+ line-height: 1.75;
961
+ }
962
+
963
+ .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
964
+ margin-top: 0;
965
+ margin-bottom: 0;
966
+ }
967
+
968
+ .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
969
+ margin-top: 0.5em;
970
+ margin-bottom: 0.5em;
971
+ }
972
+
973
+ .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
974
+ padding-inline-start: 0.375em;
975
+ }
976
+
977
+ .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
978
+ padding-inline-start: 0.375em;
979
+ }
980
+
981
+ .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
982
+ margin-top: 0.75em;
983
+ margin-bottom: 0.75em;
984
+ }
985
+
986
+ .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
987
+ margin-top: 1.25em;
988
+ }
989
+
990
+ .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
991
+ margin-bottom: 1.25em;
992
+ }
993
+
994
+ .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
995
+ margin-top: 1.25em;
996
+ }
997
+
998
+ .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
999
+ margin-bottom: 1.25em;
1000
+ }
1001
+
1002
+ .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1003
+ margin-top: 0.75em;
1004
+ margin-bottom: 0.75em;
1005
+ }
1006
+
1007
+ .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1008
+ margin-top: 1.25em;
1009
+ margin-bottom: 1.25em;
1010
+ }
1011
+
1012
+ .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1013
+ margin-top: 0.5em;
1014
+ padding-inline-start: 1.625em;
1015
+ }
1016
+
1017
+ .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1018
+ margin-top: 0;
1019
+ }
1020
+
1021
+ .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1022
+ margin-top: 0;
1023
+ }
1024
+
1025
+ .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1026
+ margin-top: 0;
1027
+ }
1028
+
1029
+ .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1030
+ margin-top: 0;
1031
+ }
1032
+
1033
+ .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1034
+ padding-inline-start: 0;
1035
+ }
1036
+
1037
+ .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1038
+ padding-inline-end: 0;
1039
+ }
1040
+
1041
+ .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1042
+ padding-top: 0.5714286em;
1043
+ padding-inline-end: 0.5714286em;
1044
+ padding-bottom: 0.5714286em;
1045
+ padding-inline-start: 0.5714286em;
1046
+ }
1047
+
1048
+ .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1049
+ padding-inline-start: 0;
1050
+ }
1051
+
1052
+ .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1053
+ padding-inline-end: 0;
1054
+ }
1055
+
1056
+ .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1057
+ margin-top: 2em;
1058
+ margin-bottom: 2em;
1059
+ }
1060
+
1061
+ .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1062
+ margin-top: 0;
1063
+ }
1064
+
1065
+ .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1066
+ margin-bottom: 0;
1067
+ }
1068
+
1069
+ .prose :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1070
+ color: #1f2937;
1071
+ background-color: #e9d5ff;
1072
+ padding: 0.1rem 0.2rem;
1073
+ border-radius: 0.12rem;
1074
+ }
1075
+
1076
+ /* Scale SVG icons to text size */
1077
+
1078
+ .icon svg {
1079
+ height: 1em;
1080
+ width: 1em;
1081
+ }
1082
+
1083
+ /* Links */
1084
+
1085
+ .link {
1086
+ --tw-bg-opacity: 1;
1087
+ background-color: rgb(126 34 206 / var(--tw-bg-opacity));
1088
+ --tw-text-opacity: 1;
1089
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1090
+ }
1091
+
1092
+ .link:hover {
1093
+ --tw-brightness: brightness(.9);
1094
+ 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);
1095
+ }
1096
+
1097
+ .link-amazon {
1098
+ --tw-text-opacity: 1;
1099
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1100
+ background-color: #ff9900;
1101
+ }
1102
+
1103
+ .link-apple {
1104
+ background-color: #333;
1105
+ }
1106
+
1107
+ .link-bandcamp {
1108
+ background-color: #1da0c3;
1109
+ }
1110
+
1111
+ .link-bluesky {
1112
+ background: #0084ff;
1113
+ background: linear-gradient(2.35619rad, #5a72fa 0%, #0084ff 100%);
1114
+ }
1115
+
1116
+ .link-codepen {
1117
+ background-color: #1e1f26;
1118
+ }
1119
+
1120
+ .link-dev {
1121
+ background-color: #0a0a0a;
1122
+ }
1123
+
1124
+ .link-discord {
1125
+ background-color: #7289da;
1126
+ }
1127
+
1128
+ .link-dribbble {
1129
+ background-color: #ea4c89;
1130
+ }
1131
+
1132
+ .link-facebook {
1133
+ background-color: #1877f2;
1134
+ }
1135
+
1136
+ .link-flickr {
1137
+ background-color: #ff0184;
1138
+ }
1139
+
1140
+ .link-foursquare {
1141
+ background-color: #0732a2;
1142
+ }
1143
+
1144
+ .link-github {
1145
+ background-color: #333;
1146
+ }
1147
+
1148
+ .link-gitlab {
1149
+ background-color: #554488;
1150
+ }
1151
+
1152
+ .link-google {
1153
+ background-color: #4285f4;
1154
+ }
1155
+
1156
+ .link-instagram {
1157
+ background-color: #c13584;
1158
+ background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
1159
+ }
1160
+
1161
+ .link-keybase {
1162
+ background-color: #33a0ff;
1163
+ }
1164
+
1165
+ .link-kickstarter {
1166
+ --tw-text-opacity: 1;
1167
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1168
+ background-color: #06ce78;
1169
+ }
1170
+
1171
+ .link-lastfm {
1172
+ background-color: #d51007;
1173
+ }
1174
+
1175
+ .link-linkedin {
1176
+ background-color: #0077b5;
1177
+ }
1178
+
1179
+ .link-mastodon {
1180
+ background-color: #6364ff;
1181
+ }
1182
+
1183
+ .link-medium {
1184
+ background-color: #00ab6c;
1185
+ }
1186
+
1187
+ .link-microsoft {
1188
+ background-color: #08a6f0;
1189
+ }
1190
+
1191
+ .link-orcid {
1192
+ background-color: #a6ce39;
1193
+ }
1194
+
1195
+ .link-patreon {
1196
+ background-color: #ff434d;
1197
+ }
1198
+
1199
+ .link-pinterest {
1200
+ background-color: #e60023;
1201
+ }
1202
+
1203
+ .link-reddit {
1204
+ background-color: #ff4500;
1205
+ }
1206
+
1207
+ .link-researchgate {
1208
+ background-color: #40ba9c;
1209
+ }
1210
+
1211
+ .link-slack {
1212
+ background-color: #4a154b;
1213
+ }
1214
+
1215
+ .link-snapchat {
1216
+ --tw-text-opacity: 1;
1217
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1218
+ background-color: #fffc00;
1219
+ }
1220
+
1221
+ .link-soundcloud {
1222
+ background-color: #ff8800;
1223
+ background: linear-gradient(120deg, #ff8800, #ff3300);
1224
+ }
1225
+
1226
+ .link-spotify {
1227
+ background-color: #1db954;
1228
+ }
1229
+
1230
+ .link-steam {
1231
+ background-color: #000;
1232
+ }
1233
+
1234
+ .link-telegram {
1235
+ background-color: #25a3e1;
1236
+ }
1237
+
1238
+ .link-threads {
1239
+ background-color: #000;
1240
+ }
1241
+
1242
+ .link-tiktok {
1243
+ background-color: #fe2d55;
1244
+ }
1245
+
1246
+ .link-tumblr {
1247
+ background-color: #001935;
1248
+ }
1249
+
1250
+ .link-twitch {
1251
+ background-color: #9146ff;
1252
+ }
1253
+
1254
+ .link-twitter {
1255
+ background-color: rgb(63, 136, 222);
1256
+ }
1257
+
1258
+ .link-whatsapp {
1259
+ background-color: #45d82c;
1260
+ background: linear-gradient(120deg, #12990b, #45d82c);
1261
+ }
1262
+
1263
+ .link-x {
1264
+ background-color: #000;
1265
+ }
1266
+
1267
+ .link-youtube {
1268
+ background-color: #ff0000;
1269
+ }
1270
+
1271
+ .link-stack-exchange {
1272
+ background-color: #0095ff;
1273
+ }
1274
+
1275
+ .link-stack-overflow {
1276
+ background-color: #f48024;
1277
+ }
1278
+
1279
+ /* -- Chroma Highlight -- */
1280
+
1281
+ /* Background */
1282
+
1283
+ .prose .chroma {
1284
+ border-radius: 0.375rem;
1285
+ --tw-bg-opacity: 1;
1286
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1287
+ --tw-text-opacity: 1;
1288
+ color: rgb(55 65 81 / var(--tw-text-opacity));
1289
+ }
1290
+
1291
+ @media (prefers-color-scheme: dark) {
1292
+ .prose .chroma {
1293
+ --tw-bg-opacity: 1;
1294
+ background-color: rgb(55 65 81 / var(--tw-bg-opacity));
1295
+ --tw-text-opacity: 1;
1296
+ color: rgb(229 231 235 / var(--tw-text-opacity));
1297
+ }
1298
+ }
1299
+
1300
+ .relative {
1301
+ position: relative;
1302
+ }
1303
+
1304
+ .m-auto {
1305
+ margin: auto;
1306
+ }
1307
+
1308
+ .\!mb-9 {
1309
+ margin-bottom: 2.25rem !important;
1310
+ }
1311
+
1312
+ .mb-2 {
1313
+ margin-bottom: 0.5rem;
1314
+ }
1315
+
1316
+ .mb-3 {
1317
+ margin-bottom: 0.75rem;
1318
+ }
1319
+
1320
+ .mb-6 {
1321
+ margin-bottom: 1.5rem;
1322
+ }
1323
+
1324
+ .mr-1 {
1325
+ margin-right: 0.25rem;
1326
+ }
1327
+
1328
+ .mt-10 {
1329
+ margin-top: 2.5rem;
1330
+ }
1331
+
1332
+ .mt-2 {
1333
+ margin-top: 0.5rem;
1334
+ }
1335
+
1336
+ .mt-4 {
1337
+ margin-top: 1rem;
1338
+ }
1339
+
1340
+ .block {
1341
+ display: block;
1342
+ }
1343
+
1344
+ .inline-block {
1345
+ display: inline-block;
1346
+ }
1347
+
1348
+ .flex {
1349
+ display: flex;
1350
+ }
1351
+
1352
+ .h-36 {
1353
+ height: 9rem;
1354
+ }
1355
+
1356
+ .h-full {
1357
+ height: 100%;
1358
+ }
1359
+
1360
+ .h-screen {
1361
+ height: 100vh;
1362
+ }
1363
+
1364
+ .w-36 {
1365
+ width: 9rem;
1366
+ }
1367
+
1368
+ .min-w-full {
1369
+ min-width: 100%;
1370
+ }
1371
+
1372
+ .max-w-7xl {
1373
+ max-width: 80rem;
1374
+ }
1375
+
1376
+ .flex-grow {
1377
+ flex-grow: 1;
1378
+ }
1379
+
1380
+ .flex-col {
1381
+ flex-direction: column;
1382
+ }
1383
+
1384
+ .flex-wrap {
1385
+ flex-wrap: wrap;
1386
+ }
1387
+
1388
+ .items-center {
1389
+ align-items: center;
1390
+ }
1391
+
1392
+ .justify-center {
1393
+ justify-content: center;
1394
+ }
1395
+
1396
+ .place-self-start {
1397
+ place-self: start;
1398
+ }
1399
+
1400
+ .rounded {
1401
+ border-radius: 0.25rem;
1402
+ }
1403
+
1404
+ .rounded-full {
1405
+ border-radius: 9999px;
1406
+ }
1407
+
1408
+ .px-6 {
1409
+ padding-left: 1.5rem;
1410
+ padding-right: 1.5rem;
1411
+ }
1412
+
1413
+ .py-10 {
1414
+ padding-top: 2.5rem;
1415
+ padding-bottom: 2.5rem;
1416
+ }
1417
+
1418
+ .py-2 {
1419
+ padding-top: 0.5rem;
1420
+ padding-bottom: 0.5rem;
1421
+ }
1422
+
1423
+ .pt-5 {
1424
+ padding-top: 1.25rem;
1425
+ }
1426
+
1427
+ .text-center {
1428
+ text-align: center;
1429
+ }
1430
+
1431
+ .align-text-bottom {
1432
+ vertical-align: text-bottom;
1433
+ }
1434
+
1435
+ .text-4xl {
1436
+ font-size: 2.25rem;
1437
+ line-height: 2.5rem;
1438
+ }
1439
+
1440
+ .text-lg {
1441
+ font-size: 1.125rem;
1442
+ line-height: 1.75rem;
1443
+ }
1444
+
1445
+ .text-sm {
1446
+ font-size: 0.875rem;
1447
+ line-height: 1.25rem;
1448
+ }
1449
+
1450
+ .text-xl {
1451
+ font-size: 1.25rem;
1452
+ line-height: 1.75rem;
1453
+ }
1454
+
1455
+ .text-xs {
1456
+ font-size: 0.75rem;
1457
+ line-height: 1rem;
1458
+ }
1459
+
1460
+ .font-extrabold {
1461
+ font-weight: 800;
1462
+ }
1463
+
1464
+ .leading-7 {
1465
+ line-height: 1.75rem;
1466
+ }
1467
+
1468
+ .text-neutral-400 {
1469
+ --tw-text-opacity: 1;
1470
+ color: rgb(156 163 175 / var(--tw-text-opacity));
1471
+ }
1472
+
1473
+ .text-neutral-500 {
1474
+ --tw-text-opacity: 1;
1475
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1476
+ }
1477
+
1478
+ .text-neutral-800 {
1479
+ --tw-text-opacity: 1;
1480
+ color: rgb(31 41 55 / var(--tw-text-opacity));
1481
+ }
1482
+
1483
+ .text-neutral-900 {
1484
+ --tw-text-opacity: 1;
1485
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1486
+ }
1487
+
1488
+ @media (prefers-color-scheme: dark) {
1489
+ .dark\:prose-invert {
1490
+ --tw-prose-body: var(--tw-prose-invert-body);
1491
+ --tw-prose-headings: var(--tw-prose-invert-headings);
1492
+ --tw-prose-lead: var(--tw-prose-invert-lead);
1493
+ --tw-prose-links: var(--tw-prose-invert-links);
1494
+ --tw-prose-bold: var(--tw-prose-invert-bold);
1495
+ --tw-prose-counters: var(--tw-prose-invert-counters);
1496
+ --tw-prose-bullets: var(--tw-prose-invert-bullets);
1497
+ --tw-prose-hr: var(--tw-prose-invert-hr);
1498
+ --tw-prose-quotes: var(--tw-prose-invert-quotes);
1499
+ --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
1500
+ --tw-prose-captions: var(--tw-prose-invert-captions);
1501
+ --tw-prose-kbd: var(--tw-prose-invert-kbd);
1502
+ --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
1503
+ --tw-prose-code: var(--tw-prose-invert-code);
1504
+ --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
1505
+ --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
1506
+ --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
1507
+ --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
1508
+ }
1509
+
1510
+ .dark\:prose-invert :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1511
+ text-decoration-color: #4b5563;
1512
+ }
1513
+
1514
+ .dark\:prose-invert :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1515
+ color: #e5e7eb;
1516
+ background-color: #374151;
1517
+ }
1518
+
1519
+ .dark\:prose-invert :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1520
+ background-color: #c084fc;
1521
+ }
1522
+ }
1523
+
1524
+ .hover\:text-primary-500:hover {
1525
+ --tw-text-opacity: 1;
1526
+ color: rgb(168 85 247 / var(--tw-text-opacity));
1527
+ }
1528
+
1529
+ .hover\:underline:hover {
1530
+ text-decoration-line: underline;
1531
+ }
1532
+
1533
+ .hover\:decoration-primary-400:hover {
1534
+ text-decoration-color: #c084fc;
1535
+ }
1536
+
1537
+ @media (min-width: 640px) {
1538
+ .sm\:min-w-0 {
1539
+ min-width: 0px;
1540
+ }
1541
+
1542
+ .sm\:px-14 {
1543
+ padding-left: 3.5rem;
1544
+ padding-right: 3.5rem;
1545
+ }
1546
+
1547
+ .sm\:px-24 {
1548
+ padding-left: 6rem;
1549
+ padding-right: 6rem;
1550
+ }
1551
+ }
1552
+
1553
+ @media (min-width: 768px) {
1554
+ .md\:px-24 {
1555
+ padding-left: 6rem;
1556
+ padding-right: 6rem;
1557
+ }
1558
+ }
1559
+
1560
+ @media (min-width: 1024px) {
1561
+ .lg\:px-32 {
1562
+ padding-left: 8rem;
1563
+ padding-right: 8rem;
1564
+ }
1565
+ }
1566
+
1567
+ @media (prefers-color-scheme: dark) {
1568
+ .dark\:bg-neutral-800 {
1569
+ --tw-bg-opacity: 1;
1570
+ background-color: rgb(31 41 55 / var(--tw-bg-opacity));
1571
+ }
1572
+
1573
+ .dark\:text-neutral-400 {
1574
+ --tw-text-opacity: 1;
1575
+ color: rgb(156 163 175 / var(--tw-text-opacity));
1576
+ }
1577
+
1578
+ .dark\:text-neutral-500 {
1579
+ --tw-text-opacity: 1;
1580
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1581
+ }
1582
+
1583
+ .dark\:text-white {
1584
+ --tw-text-opacity: 1;
1585
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1586
+ }
1587
+ }