jekyll-theme-superb 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +27 -8
- data/_layouts/default.html +1 -2
- data/_layouts/page.html +3 -1
- data/_layouts/post.html +8 -8
- data/_sass/highlighter.css +61 -0
- data/_sass/theme.scss +357 -1
- data/assets/css/style.css +454 -313
- metadata +3 -2
data/assets/css/style.css
CHANGED
|
@@ -32,7 +32,7 @@ html {
|
|
|
32
32
|
-moz-tab-size: 4; /* 3 */
|
|
33
33
|
-o-tab-size: 4;
|
|
34
34
|
tab-size: 4; /* 3 */
|
|
35
|
-
font-family:
|
|
35
|
+
font-family: "Merriweather Sans", sans-serif; /* 4 */
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
/*
|
|
@@ -391,342 +391,483 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
391
391
|
max-width: 960px;
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
color: var(--tw-prose-lead);
|
|
400
|
-
font-size: 1.25em;
|
|
401
|
-
line-height: 1.6;
|
|
402
|
-
margin-top: 1.2em;
|
|
403
|
-
margin-bottom: 1.2em;
|
|
404
|
-
}
|
|
405
|
-
.prose :where(a):not(:where([class~="not-prose"] *)) {
|
|
406
|
-
color: var(--tw-prose-links);
|
|
407
|
-
text-decoration: underline;
|
|
408
|
-
font-weight: 500;
|
|
409
|
-
}
|
|
410
|
-
.prose :where(strong):not(:where([class~="not-prose"] *)) {
|
|
411
|
-
color: var(--tw-prose-bold);
|
|
412
|
-
font-weight: 600;
|
|
413
|
-
}
|
|
414
|
-
.prose :where(ol):not(:where([class~="not-prose"] *)) {
|
|
415
|
-
list-style-type: decimal;
|
|
416
|
-
padding-left: 1.625em;
|
|
417
|
-
}
|
|
418
|
-
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
|
|
419
|
-
list-style-type: upper-alpha;
|
|
420
|
-
}
|
|
421
|
-
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
|
|
422
|
-
list-style-type: lower-alpha;
|
|
423
|
-
}
|
|
424
|
-
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
|
|
425
|
-
list-style-type: upper-alpha;
|
|
394
|
+
@font-face {
|
|
395
|
+
font-family: 'Merriweather';
|
|
396
|
+
font-style: italic;
|
|
397
|
+
font-weight: 300;
|
|
398
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR7lXff8jvzDP3WGO5g.woff2) format('woff2');
|
|
426
399
|
}
|
|
427
|
-
|
|
428
|
-
|
|
400
|
+
@font-face {
|
|
401
|
+
font-family: 'Merriweather';
|
|
402
|
+
font-style: italic;
|
|
403
|
+
font-weight: 300;
|
|
404
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR7lXff4jvzDP3WG.woff2) format('woff2');
|
|
429
405
|
}
|
|
430
|
-
|
|
431
|
-
|
|
406
|
+
@font-face {
|
|
407
|
+
font-family: 'Merriweather';
|
|
408
|
+
font-style: italic;
|
|
409
|
+
font-weight: 400;
|
|
410
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4m0qyriQwlOrhSvowK_l5-eRZKf-LVrPHpBXw.woff2) format('woff2');
|
|
432
411
|
}
|
|
433
|
-
|
|
434
|
-
|
|
412
|
+
@font-face {
|
|
413
|
+
font-family: 'Merriweather';
|
|
414
|
+
font-style: italic;
|
|
415
|
+
font-weight: 400;
|
|
416
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4m0qyriQwlOrhSvowK_l5-eRZOf-LVrPHp.woff2) format('woff2');
|
|
417
|
+
}
|
|
418
|
+
@font-face {
|
|
419
|
+
font-family: 'Merriweather';
|
|
420
|
+
font-style: normal;
|
|
421
|
+
font-weight: 300;
|
|
422
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRZXMf6hPvhPUWH.woff2) format('woff2');
|
|
423
|
+
}
|
|
424
|
+
@font-face {
|
|
425
|
+
font-family: 'Merriweather';
|
|
426
|
+
font-style: normal;
|
|
427
|
+
font-weight: 300;
|
|
428
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRZWMf6hPvhPQ.woff2) format('woff2');
|
|
429
|
+
}
|
|
430
|
+
@font-face {
|
|
431
|
+
font-family: 'Merriweather';
|
|
432
|
+
font-style: normal;
|
|
433
|
+
font-weight: 400;
|
|
434
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5-eCZMdeX3rsHo.woff2) format('woff2');
|
|
435
435
|
}
|
|
436
|
-
|
|
437
|
-
|
|
436
|
+
@font-face {
|
|
437
|
+
font-family: 'Merriweather';
|
|
438
|
+
font-style: normal;
|
|
439
|
+
font-weight: 400;
|
|
440
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2');
|
|
438
441
|
}
|
|
439
|
-
|
|
440
|
-
|
|
442
|
+
@font-face {
|
|
443
|
+
font-family: 'Merriweather';
|
|
444
|
+
font-style: normal;
|
|
445
|
+
font-weight: 700;
|
|
446
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNZXMf6hPvhPUWH.woff2) format('woff2');
|
|
441
447
|
}
|
|
442
|
-
|
|
443
|
-
|
|
448
|
+
@font-face {
|
|
449
|
+
font-family: 'Merriweather';
|
|
450
|
+
font-style: normal;
|
|
451
|
+
font-weight: 700;
|
|
452
|
+
src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6hPvhPQ.woff2) format('woff2');
|
|
444
453
|
}
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
454
|
+
@font-face {
|
|
455
|
+
font-family: 'Merriweather Sans';
|
|
456
|
+
font-style: italic;
|
|
457
|
+
font-weight: 300;
|
|
458
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
|
|
448
459
|
}
|
|
449
|
-
|
|
460
|
+
@font-face {
|
|
461
|
+
font-family: 'Merriweather Sans';
|
|
462
|
+
font-style: italic;
|
|
450
463
|
font-weight: 400;
|
|
451
|
-
|
|
452
|
-
}
|
|
453
|
-
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
|
|
454
|
-
color: var(--tw-prose-bullets);
|
|
464
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
|
|
455
465
|
}
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
466
|
+
@font-face {
|
|
467
|
+
font-family: 'Merriweather Sans';
|
|
468
|
+
font-style: italic;
|
|
469
|
+
font-weight: 700;
|
|
470
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
|
|
461
471
|
}
|
|
462
|
-
|
|
463
|
-
font-
|
|
472
|
+
@font-face {
|
|
473
|
+
font-family: 'Merriweather Sans';
|
|
464
474
|
font-style: italic;
|
|
465
|
-
color: var(--tw-prose-quotes);
|
|
466
|
-
border-left-width: 0.25rem;
|
|
467
|
-
border-left-color: var(--tw-prose-quote-borders);
|
|
468
|
-
quotes: "\201C""\201D""\2018""\2019";
|
|
469
|
-
margin-top: 1.6em;
|
|
470
|
-
margin-bottom: 1.6em;
|
|
471
|
-
padding-left: 1em;
|
|
472
|
-
}
|
|
473
|
-
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
|
|
474
|
-
content: open-quote;
|
|
475
|
-
}
|
|
476
|
-
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
|
|
477
|
-
content: close-quote;
|
|
478
|
-
}
|
|
479
|
-
.prose :where(h1):not(:where([class~="not-prose"] *)) {
|
|
480
|
-
color: var(--tw-prose-headings);
|
|
481
475
|
font-weight: 800;
|
|
482
|
-
|
|
483
|
-
margin-top: 0;
|
|
484
|
-
margin-bottom: 0.8888889em;
|
|
485
|
-
line-height: 1.1111111;
|
|
486
|
-
}
|
|
487
|
-
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
|
|
488
|
-
font-weight: 900;
|
|
489
|
-
}
|
|
490
|
-
.prose :where(h2):not(:where([class~="not-prose"] *)) {
|
|
491
|
-
color: var(--tw-prose-headings);
|
|
492
|
-
font-weight: 700;
|
|
493
|
-
font-size: 1.5em;
|
|
494
|
-
margin-top: 2em;
|
|
495
|
-
margin-bottom: 1em;
|
|
496
|
-
line-height: 1.3333333;
|
|
476
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjrj9zlcxZKhaw.woff2) format('woff2');
|
|
497
477
|
}
|
|
498
|
-
|
|
478
|
+
@font-face {
|
|
479
|
+
font-family: 'Merriweather Sans';
|
|
480
|
+
font-style: italic;
|
|
499
481
|
font-weight: 800;
|
|
482
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
|
|
483
|
+
}
|
|
484
|
+
@font-face {
|
|
485
|
+
font-family: 'Merriweather Sans';
|
|
486
|
+
font-style: normal;
|
|
487
|
+
font-weight: 300;
|
|
488
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
|
|
489
|
+
}
|
|
490
|
+
@font-face {
|
|
491
|
+
font-family: 'Merriweather Sans';
|
|
492
|
+
font-style: normal;
|
|
493
|
+
font-weight: 300;
|
|
494
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
|
|
495
|
+
}
|
|
496
|
+
@font-face {
|
|
497
|
+
font-family: 'Merriweather Sans';
|
|
498
|
+
font-style: normal;
|
|
499
|
+
font-weight: 400;
|
|
500
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
|
|
500
501
|
}
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
font-
|
|
504
|
-
font-
|
|
505
|
-
|
|
506
|
-
margin-bottom: 0.6em;
|
|
507
|
-
line-height: 1.6;
|
|
502
|
+
@font-face {
|
|
503
|
+
font-family: 'Merriweather Sans';
|
|
504
|
+
font-style: normal;
|
|
505
|
+
font-weight: 400;
|
|
506
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
|
|
508
507
|
}
|
|
509
|
-
|
|
508
|
+
@font-face {
|
|
509
|
+
font-family: 'Merriweather Sans';
|
|
510
|
+
font-style: normal;
|
|
510
511
|
font-weight: 700;
|
|
512
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
|
|
511
513
|
}
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
font-
|
|
515
|
-
margin-top: 1.5em;
|
|
516
|
-
margin-bottom: 0.5em;
|
|
517
|
-
line-height: 1.5;
|
|
518
|
-
}
|
|
519
|
-
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
|
|
514
|
+
@font-face {
|
|
515
|
+
font-family: 'Merriweather Sans';
|
|
516
|
+
font-style: normal;
|
|
520
517
|
font-weight: 700;
|
|
518
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
|
|
521
519
|
}
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
520
|
+
@font-face {
|
|
521
|
+
font-family: 'Merriweather Sans';
|
|
522
|
+
font-style: normal;
|
|
523
|
+
font-weight: 800;
|
|
524
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
|
|
525
525
|
}
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
font-
|
|
529
|
-
|
|
530
|
-
|
|
526
|
+
@font-face {
|
|
527
|
+
font-family: 'Merriweather Sans';
|
|
528
|
+
font-style: normal;
|
|
529
|
+
font-weight: 800;
|
|
530
|
+
src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
|
|
531
531
|
}
|
|
532
|
-
.
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
532
|
+
.link {
|
|
533
|
+
transition-property: color;
|
|
534
|
+
transition-duration: 200ms;
|
|
535
|
+
cursor: pointer;
|
|
536
|
+
color: #2e2e2e;
|
|
537
|
+
border-bottom: 2px solid #2e2e2e;
|
|
536
538
|
}
|
|
537
|
-
.
|
|
538
|
-
|
|
539
|
+
.link:hover {
|
|
540
|
+
color: #000;
|
|
541
|
+
border-color: #000;
|
|
539
542
|
}
|
|
540
|
-
.
|
|
541
|
-
|
|
543
|
+
.post, .page {
|
|
544
|
+
|
|
545
|
+
/* Literal.Number.Integer.Long */
|
|
546
|
+
}
|
|
547
|
+
.post p, .page p {
|
|
548
|
+
margin-top: 1.25em;
|
|
549
|
+
margin-bottom: 1.25em;
|
|
550
|
+
}
|
|
551
|
+
.post a, .page a {
|
|
552
|
+
transition-property: color;
|
|
553
|
+
transition-duration: 200ms;
|
|
554
|
+
cursor: pointer;
|
|
555
|
+
color: #2e2e2e;
|
|
556
|
+
border-bottom: 2px solid #2e2e2e;
|
|
542
557
|
}
|
|
543
|
-
.
|
|
544
|
-
color:
|
|
558
|
+
.post a:hover, .page a:hover {
|
|
559
|
+
color: #000;
|
|
560
|
+
border-color: #000;
|
|
545
561
|
}
|
|
546
|
-
.
|
|
547
|
-
color:
|
|
548
|
-
|
|
549
|
-
overflow-x: auto;
|
|
550
|
-
font-weight: 400;
|
|
551
|
-
font-size: 0.875em;
|
|
552
|
-
line-height: 1.7142857;
|
|
553
|
-
margin-top: 1.7142857em;
|
|
554
|
-
margin-bottom: 1.7142857em;
|
|
555
|
-
border-radius: 0.375rem;
|
|
556
|
-
padding-top: 0.8571429em;
|
|
557
|
-
padding-right: 1.1428571em;
|
|
558
|
-
padding-bottom: 0.8571429em;
|
|
559
|
-
padding-left: 1.1428571em;
|
|
560
|
-
}
|
|
561
|
-
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
|
|
562
|
-
background-color: transparent;
|
|
563
|
-
border-width: 0;
|
|
564
|
-
border-radius: 0;
|
|
565
|
-
padding: 0;
|
|
566
|
-
font-weight: inherit;
|
|
567
|
-
color: inherit;
|
|
568
|
-
font-size: inherit;
|
|
569
|
-
font-family: inherit;
|
|
570
|
-
line-height: inherit;
|
|
562
|
+
.post a, .page a {
|
|
563
|
+
color: #98b88b;
|
|
564
|
+
border-color: #98b88b;
|
|
571
565
|
}
|
|
572
|
-
.
|
|
573
|
-
|
|
566
|
+
.post a:hover, .page a:hover {
|
|
567
|
+
color: #98b88b;
|
|
568
|
+
border-color: #98b88b;
|
|
574
569
|
}
|
|
575
|
-
.
|
|
576
|
-
|
|
570
|
+
.post a, .page a {
|
|
571
|
+
font-weight: 700;
|
|
577
572
|
}
|
|
578
|
-
.
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
}
|
|
587
|
-
.prose :where(thead):not(:where([class~="not-prose"] *)) {
|
|
588
|
-
border-bottom-width: 1px;
|
|
589
|
-
border-bottom-color: var(--tw-prose-th-borders);
|
|
573
|
+
.post code, .page code {
|
|
574
|
+
border-radius: 0.25rem;
|
|
575
|
+
--tw-bg-opacity: 1;
|
|
576
|
+
background-color: rgb(241 243 244 / var(--tw-bg-opacity));
|
|
577
|
+
padding-left: 0.5rem;
|
|
578
|
+
padding-right: 0.5rem;
|
|
579
|
+
padding-top: 0.25rem;
|
|
580
|
+
padding-bottom: 0.25rem;
|
|
590
581
|
}
|
|
591
|
-
.
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
padding-bottom: 0.5714286em;
|
|
597
|
-
padding-left: 0.5714286em;
|
|
582
|
+
.post figure.highlight, .page figure.highlight {
|
|
583
|
+
--tw-bg-opacity: 1;
|
|
584
|
+
background-color: rgb(241 243 244 / var(--tw-bg-opacity));
|
|
585
|
+
padding: 0.5rem;
|
|
586
|
+
overflow: auto;
|
|
598
587
|
}
|
|
599
|
-
.
|
|
600
|
-
|
|
601
|
-
border-bottom-color: var(--tw-prose-td-borders);
|
|
588
|
+
.post figure.highlight code, .page figure.highlight code {
|
|
589
|
+
padding: 0px;
|
|
602
590
|
}
|
|
603
|
-
.
|
|
604
|
-
|
|
591
|
+
.post ul li, .post ol li, .page ul li, .page ol li {
|
|
592
|
+
margin-left: 30px;
|
|
605
593
|
}
|
|
606
|
-
.
|
|
607
|
-
|
|
608
|
-
padding-top: 0.5714286em;
|
|
609
|
-
padding-right: 0.5714286em;
|
|
610
|
-
padding-bottom: 0.5714286em;
|
|
611
|
-
padding-left: 0.5714286em;
|
|
612
|
-
}
|
|
613
|
-
.prose {
|
|
614
|
-
--tw-prose-body: #374151;
|
|
615
|
-
--tw-prose-headings: #111827;
|
|
616
|
-
--tw-prose-lead: #4b5563;
|
|
617
|
-
--tw-prose-links: #111827;
|
|
618
|
-
--tw-prose-bold: #111827;
|
|
619
|
-
--tw-prose-counters: #6b7280;
|
|
620
|
-
--tw-prose-bullets: #d1d5db;
|
|
621
|
-
--tw-prose-hr: #e5e7eb;
|
|
622
|
-
--tw-prose-quotes: #111827;
|
|
623
|
-
--tw-prose-quote-borders: #e5e7eb;
|
|
624
|
-
--tw-prose-captions: #6b7280;
|
|
625
|
-
--tw-prose-code: #111827;
|
|
626
|
-
--tw-prose-pre-code: #e5e7eb;
|
|
627
|
-
--tw-prose-pre-bg: #1f2937;
|
|
628
|
-
--tw-prose-th-borders: #d1d5db;
|
|
629
|
-
--tw-prose-td-borders: #e5e7eb;
|
|
630
|
-
--tw-prose-invert-body: #d1d5db;
|
|
631
|
-
--tw-prose-invert-headings: #fff;
|
|
632
|
-
--tw-prose-invert-lead: #9ca3af;
|
|
633
|
-
--tw-prose-invert-links: #fff;
|
|
634
|
-
--tw-prose-invert-bold: #fff;
|
|
635
|
-
--tw-prose-invert-counters: #9ca3af;
|
|
636
|
-
--tw-prose-invert-bullets: #4b5563;
|
|
637
|
-
--tw-prose-invert-hr: #374151;
|
|
638
|
-
--tw-prose-invert-quotes: #f3f4f6;
|
|
639
|
-
--tw-prose-invert-quote-borders: #374151;
|
|
640
|
-
--tw-prose-invert-captions: #9ca3af;
|
|
641
|
-
--tw-prose-invert-code: #fff;
|
|
642
|
-
--tw-prose-invert-pre-code: #d1d5db;
|
|
643
|
-
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
644
|
-
--tw-prose-invert-th-borders: #4b5563;
|
|
645
|
-
--tw-prose-invert-td-borders: #374151;
|
|
646
|
-
font-size: 1rem;
|
|
647
|
-
line-height: 1.75;
|
|
648
|
-
}
|
|
649
|
-
.prose :where(p):not(:where([class~="not-prose"] *)) {
|
|
650
|
-
margin-top: 1.25em;
|
|
651
|
-
margin-bottom: 1.25em;
|
|
652
|
-
}
|
|
653
|
-
.prose :where(img):not(:where([class~="not-prose"] *)) {
|
|
654
|
-
margin-top: 2em;
|
|
655
|
-
margin-bottom: 2em;
|
|
656
|
-
}
|
|
657
|
-
.prose :where(video):not(:where([class~="not-prose"] *)) {
|
|
658
|
-
margin-top: 2em;
|
|
659
|
-
margin-bottom: 2em;
|
|
660
|
-
}
|
|
661
|
-
.prose :where(figure):not(:where([class~="not-prose"] *)) {
|
|
662
|
-
margin-top: 2em;
|
|
663
|
-
margin-bottom: 2em;
|
|
664
|
-
}
|
|
665
|
-
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
|
|
666
|
-
font-size: 0.875em;
|
|
667
|
-
}
|
|
668
|
-
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
|
|
669
|
-
font-size: 0.9em;
|
|
670
|
-
}
|
|
671
|
-
.prose :where(li):not(:where([class~="not-prose"] *)) {
|
|
672
|
-
margin-top: 0.5em;
|
|
673
|
-
margin-bottom: 0.5em;
|
|
674
|
-
}
|
|
675
|
-
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
|
|
676
|
-
padding-left: 0.375em;
|
|
677
|
-
}
|
|
678
|
-
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
|
|
679
|
-
padding-left: 0.375em;
|
|
680
|
-
}
|
|
681
|
-
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
|
|
682
|
-
margin-top: 0.75em;
|
|
683
|
-
margin-bottom: 0.75em;
|
|
684
|
-
}
|
|
685
|
-
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
686
|
-
margin-top: 1.25em;
|
|
687
|
-
}
|
|
688
|
-
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
689
|
-
margin-bottom: 1.25em;
|
|
690
|
-
}
|
|
691
|
-
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
692
|
-
margin-top: 1.25em;
|
|
693
|
-
}
|
|
694
|
-
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
695
|
-
margin-bottom: 1.25em;
|
|
696
|
-
}
|
|
697
|
-
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
|
698
|
-
margin-top: 0.75em;
|
|
699
|
-
margin-bottom: 0.75em;
|
|
700
|
-
}
|
|
701
|
-
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
|
|
702
|
-
margin-top: 0;
|
|
703
|
-
}
|
|
704
|
-
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
|
|
705
|
-
margin-top: 0;
|
|
706
|
-
}
|
|
707
|
-
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
|
|
708
|
-
margin-top: 0;
|
|
709
|
-
}
|
|
710
|
-
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
|
|
711
|
-
margin-top: 0;
|
|
712
|
-
}
|
|
713
|
-
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
|
|
714
|
-
padding-left: 0;
|
|
715
|
-
}
|
|
716
|
-
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
|
|
717
|
-
padding-right: 0;
|
|
718
|
-
}
|
|
719
|
-
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
|
|
720
|
-
padding-left: 0;
|
|
721
|
-
}
|
|
722
|
-
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
|
|
723
|
-
padding-right: 0;
|
|
594
|
+
.post ul li::marker, .post ol li::marker, .page ul li::marker, .page ol li::marker {
|
|
595
|
+
color: #aaaaaa;
|
|
724
596
|
}
|
|
725
|
-
.
|
|
726
|
-
|
|
597
|
+
ul.post ul, ul.post ol, ul.page ul, ul.page ol {
|
|
598
|
+
list-style-type: disc;
|
|
727
599
|
}
|
|
728
|
-
.
|
|
729
|
-
|
|
600
|
+
ol.post ul, ol.post ol, ol.page ul, ol.page ol {
|
|
601
|
+
list-style-type: counter;
|
|
602
|
+
}
|
|
603
|
+
.post ul > li::marker, .post ol > li::marker, .page ul > li::marker, .page ol > li::marker {
|
|
604
|
+
color: #98b88b;
|
|
605
|
+
}
|
|
606
|
+
.post .highlight .hll, .page .highlight .hll {
|
|
607
|
+
background-color: #ffffcc
|
|
608
|
+
}
|
|
609
|
+
.post .highlight .c, .page .highlight .c {
|
|
610
|
+
color: #408080;
|
|
611
|
+
font-style: italic
|
|
612
|
+
}
|
|
613
|
+
/* Comment */
|
|
614
|
+
.post .highlight .err, .page .highlight .err {
|
|
615
|
+
border: 1px solid #FF0000
|
|
616
|
+
}
|
|
617
|
+
/* Error */
|
|
618
|
+
.post .highlight .k, .page .highlight .k {
|
|
619
|
+
color: #008000;
|
|
620
|
+
font-weight: bold
|
|
621
|
+
}
|
|
622
|
+
/* Keyword */
|
|
623
|
+
.post .highlight .o, .page .highlight .o {
|
|
624
|
+
color: #666666
|
|
625
|
+
}
|
|
626
|
+
/* Operator */
|
|
627
|
+
.post .highlight .cm, .page .highlight .cm {
|
|
628
|
+
color: #408080;
|
|
629
|
+
font-style: italic
|
|
630
|
+
}
|
|
631
|
+
/* Comment.Multiline */
|
|
632
|
+
.post .highlight .cp, .page .highlight .cp {
|
|
633
|
+
color: #BC7A00
|
|
634
|
+
}
|
|
635
|
+
/* Comment.Preproc */
|
|
636
|
+
.post .highlight .c1, .page .highlight .c1 {
|
|
637
|
+
color: #408080;
|
|
638
|
+
font-style: italic
|
|
639
|
+
}
|
|
640
|
+
/* Comment.Single */
|
|
641
|
+
.post .highlight .cs, .page .highlight .cs {
|
|
642
|
+
color: #408080;
|
|
643
|
+
font-style: italic
|
|
644
|
+
}
|
|
645
|
+
/* Comment.Special */
|
|
646
|
+
.post .highlight .gd, .page .highlight .gd {
|
|
647
|
+
color: #A00000
|
|
648
|
+
}
|
|
649
|
+
/* Generic.Deleted */
|
|
650
|
+
.post .highlight .ge, .page .highlight .ge {
|
|
651
|
+
font-style: italic
|
|
652
|
+
}
|
|
653
|
+
/* Generic.Emph */
|
|
654
|
+
.post .highlight .gr, .page .highlight .gr {
|
|
655
|
+
color: #FF0000
|
|
656
|
+
}
|
|
657
|
+
/* Generic.Error */
|
|
658
|
+
.post .highlight .gh, .page .highlight .gh {
|
|
659
|
+
color: #000080;
|
|
660
|
+
font-weight: bold
|
|
661
|
+
}
|
|
662
|
+
/* Generic.Heading */
|
|
663
|
+
.post .highlight .gi, .page .highlight .gi {
|
|
664
|
+
color: #00A000
|
|
665
|
+
}
|
|
666
|
+
/* Generic.Inserted */
|
|
667
|
+
.post .highlight .go, .page .highlight .go {
|
|
668
|
+
color: #808080
|
|
669
|
+
}
|
|
670
|
+
/* Generic.Output */
|
|
671
|
+
.post .highlight .gp, .page .highlight .gp {
|
|
672
|
+
color: #000080;
|
|
673
|
+
font-weight: bold
|
|
674
|
+
}
|
|
675
|
+
/* Generic.Prompt */
|
|
676
|
+
.post .highlight .gs, .page .highlight .gs {
|
|
677
|
+
font-weight: bold
|
|
678
|
+
}
|
|
679
|
+
/* Generic.Strong */
|
|
680
|
+
.post .highlight .gu, .page .highlight .gu {
|
|
681
|
+
color: #800080;
|
|
682
|
+
font-weight: bold
|
|
683
|
+
}
|
|
684
|
+
/* Generic.Subheading */
|
|
685
|
+
.post .highlight .gt, .page .highlight .gt {
|
|
686
|
+
color: #0040D0
|
|
687
|
+
}
|
|
688
|
+
/* Generic.Traceback */
|
|
689
|
+
.post .highlight .kc, .page .highlight .kc {
|
|
690
|
+
color: #008000;
|
|
691
|
+
font-weight: bold
|
|
692
|
+
}
|
|
693
|
+
/* Keyword.Constant */
|
|
694
|
+
.post .highlight .kd, .page .highlight .kd {
|
|
695
|
+
color: #008000;
|
|
696
|
+
font-weight: bold
|
|
697
|
+
}
|
|
698
|
+
/* Keyword.Declaration */
|
|
699
|
+
.post .highlight .kn, .page .highlight .kn {
|
|
700
|
+
color: #008000;
|
|
701
|
+
font-weight: bold
|
|
702
|
+
}
|
|
703
|
+
/* Keyword.Namespace */
|
|
704
|
+
.post .highlight .kp, .page .highlight .kp {
|
|
705
|
+
color: #008000
|
|
706
|
+
}
|
|
707
|
+
/* Keyword.Pseudo */
|
|
708
|
+
.post .highlight .kr, .page .highlight .kr {
|
|
709
|
+
color: #008000;
|
|
710
|
+
font-weight: bold
|
|
711
|
+
}
|
|
712
|
+
/* Keyword.Reserved */
|
|
713
|
+
.post .highlight .kt, .page .highlight .kt {
|
|
714
|
+
color: #B00040
|
|
715
|
+
}
|
|
716
|
+
/* Keyword.Type */
|
|
717
|
+
.post .highlight .m, .page .highlight .m {
|
|
718
|
+
color: #666666
|
|
719
|
+
}
|
|
720
|
+
/* Literal.Number */
|
|
721
|
+
.post .highlight .s, .page .highlight .s {
|
|
722
|
+
color: #BA2121
|
|
723
|
+
}
|
|
724
|
+
/* Literal.String */
|
|
725
|
+
.post .highlight .na, .page .highlight .na {
|
|
726
|
+
color: #7D9029
|
|
727
|
+
}
|
|
728
|
+
/* Name.Attribute */
|
|
729
|
+
.post .highlight .nb, .page .highlight .nb {
|
|
730
|
+
color: #008000
|
|
731
|
+
}
|
|
732
|
+
/* Name.Builtin */
|
|
733
|
+
.post .highlight .nc, .page .highlight .nc {
|
|
734
|
+
color: #0000FF;
|
|
735
|
+
font-weight: bold
|
|
736
|
+
}
|
|
737
|
+
/* Name.Class */
|
|
738
|
+
.post .highlight .no, .page .highlight .no {
|
|
739
|
+
color: #880000
|
|
740
|
+
}
|
|
741
|
+
/* Name.Constant */
|
|
742
|
+
.post .highlight .nd, .page .highlight .nd {
|
|
743
|
+
color: #AA22FF
|
|
744
|
+
}
|
|
745
|
+
/* Name.Decorator */
|
|
746
|
+
.post .highlight .ni, .page .highlight .ni {
|
|
747
|
+
color: #999999;
|
|
748
|
+
font-weight: bold
|
|
749
|
+
}
|
|
750
|
+
/* Name.Entity */
|
|
751
|
+
.post .highlight .ne, .page .highlight .ne {
|
|
752
|
+
color: #D2413A;
|
|
753
|
+
font-weight: bold
|
|
754
|
+
}
|
|
755
|
+
/* Name.Exception */
|
|
756
|
+
.post .highlight .nf, .page .highlight .nf {
|
|
757
|
+
color: #0000FF
|
|
758
|
+
}
|
|
759
|
+
/* Name.Function */
|
|
760
|
+
.post .highlight .nl, .page .highlight .nl {
|
|
761
|
+
color: #A0A000
|
|
762
|
+
}
|
|
763
|
+
/* Name.Label */
|
|
764
|
+
.post .highlight .nn, .page .highlight .nn {
|
|
765
|
+
color: #0000FF;
|
|
766
|
+
font-weight: bold
|
|
767
|
+
}
|
|
768
|
+
/* Name.Namespace */
|
|
769
|
+
.post .highlight .nt, .page .highlight .nt {
|
|
770
|
+
color: #008000;
|
|
771
|
+
font-weight: bold
|
|
772
|
+
}
|
|
773
|
+
/* Name.Tag */
|
|
774
|
+
.post .highlight .nv, .page .highlight .nv {
|
|
775
|
+
color: #19177C
|
|
776
|
+
}
|
|
777
|
+
/* Name.Variable */
|
|
778
|
+
.post .highlight .ow, .page .highlight .ow {
|
|
779
|
+
color: #AA22FF;
|
|
780
|
+
font-weight: bold
|
|
781
|
+
}
|
|
782
|
+
/* Operator.Word */
|
|
783
|
+
.post .highlight .w, .page .highlight .w {
|
|
784
|
+
color: #bbbbbb
|
|
785
|
+
}
|
|
786
|
+
/* Text.Whitespace */
|
|
787
|
+
.post .highlight .mf, .page .highlight .mf {
|
|
788
|
+
color: #666666
|
|
789
|
+
}
|
|
790
|
+
/* Literal.Number.Float */
|
|
791
|
+
.post .highlight .mh, .page .highlight .mh {
|
|
792
|
+
color: #666666
|
|
793
|
+
}
|
|
794
|
+
/* Literal.Number.Hex */
|
|
795
|
+
.post .highlight .mi, .page .highlight .mi {
|
|
796
|
+
color: #666666
|
|
797
|
+
}
|
|
798
|
+
/* Literal.Number.Integer */
|
|
799
|
+
.post .highlight .mo, .page .highlight .mo {
|
|
800
|
+
color: #666666
|
|
801
|
+
}
|
|
802
|
+
/* Literal.Number.Oct */
|
|
803
|
+
.post .highlight .sb, .page .highlight .sb {
|
|
804
|
+
color: #BA2121
|
|
805
|
+
}
|
|
806
|
+
/* Literal.String.Backtick */
|
|
807
|
+
.post .highlight .sc, .page .highlight .sc {
|
|
808
|
+
color: #BA2121
|
|
809
|
+
}
|
|
810
|
+
/* Literal.String.Char */
|
|
811
|
+
.post .highlight .sd, .page .highlight .sd {
|
|
812
|
+
color: #BA2121;
|
|
813
|
+
font-style: italic
|
|
814
|
+
}
|
|
815
|
+
/* Literal.String.Doc */
|
|
816
|
+
.post .highlight .s2, .page .highlight .s2 {
|
|
817
|
+
color: #BA2121
|
|
818
|
+
}
|
|
819
|
+
/* Literal.String.Double */
|
|
820
|
+
.post .highlight .se, .page .highlight .se {
|
|
821
|
+
color: #BB6622;
|
|
822
|
+
font-weight: bold
|
|
823
|
+
}
|
|
824
|
+
/* Literal.String.Escape */
|
|
825
|
+
.post .highlight .sh, .page .highlight .sh {
|
|
826
|
+
color: #BA2121
|
|
827
|
+
}
|
|
828
|
+
/* Literal.String.Heredoc */
|
|
829
|
+
.post .highlight .si, .page .highlight .si {
|
|
830
|
+
color: #BB6688;
|
|
831
|
+
font-weight: bold
|
|
832
|
+
}
|
|
833
|
+
/* Literal.String.Interpol */
|
|
834
|
+
.post .highlight .sx, .page .highlight .sx {
|
|
835
|
+
color: #008000
|
|
836
|
+
}
|
|
837
|
+
/* Literal.String.Other */
|
|
838
|
+
.post .highlight .sr, .page .highlight .sr {
|
|
839
|
+
color: #BB6688
|
|
840
|
+
}
|
|
841
|
+
/* Literal.String.Regex */
|
|
842
|
+
.post .highlight .s1, .page .highlight .s1 {
|
|
843
|
+
color: #BA2121
|
|
844
|
+
}
|
|
845
|
+
/* Literal.String.Single */
|
|
846
|
+
.post .highlight .ss, .page .highlight .ss {
|
|
847
|
+
color: #19177C
|
|
848
|
+
}
|
|
849
|
+
/* Literal.String.Symbol */
|
|
850
|
+
.post .highlight .bp, .page .highlight .bp {
|
|
851
|
+
color: #008000
|
|
852
|
+
}
|
|
853
|
+
/* Name.Builtin.Pseudo */
|
|
854
|
+
.post .highlight .vc, .page .highlight .vc {
|
|
855
|
+
color: #19177C
|
|
856
|
+
}
|
|
857
|
+
/* Name.Variable.Class */
|
|
858
|
+
.post .highlight .vg, .page .highlight .vg {
|
|
859
|
+
color: #19177C
|
|
860
|
+
}
|
|
861
|
+
/* Name.Variable.Global */
|
|
862
|
+
.post .highlight .vi, .page .highlight .vi {
|
|
863
|
+
color: #19177C
|
|
864
|
+
}
|
|
865
|
+
/* Name.Variable.Instance */
|
|
866
|
+
.post .highlight .il, .page .highlight .il {
|
|
867
|
+
color: #666666
|
|
868
|
+
}
|
|
869
|
+
.visible {
|
|
870
|
+
visibility: visible;
|
|
730
871
|
}
|
|
731
872
|
.mx-auto {
|
|
732
873
|
margin-left: auto;
|
|
@@ -761,9 +902,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
761
902
|
.flex {
|
|
762
903
|
display: flex;
|
|
763
904
|
}
|
|
764
|
-
.contents {
|
|
765
|
-
display: contents;
|
|
766
|
-
}
|
|
767
905
|
.hidden {
|
|
768
906
|
display: none;
|
|
769
907
|
}
|
|
@@ -778,11 +916,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
778
916
|
max-width: -moz-max-content;
|
|
779
917
|
max-width: max-content;
|
|
780
918
|
}
|
|
781
|
-
.max-w-fit {
|
|
782
|
-
max-width: -webkit-fit-content;
|
|
783
|
-
max-width: -moz-fit-content;
|
|
784
|
-
max-width: fit-content;
|
|
785
|
-
}
|
|
786
919
|
.items-center {
|
|
787
920
|
align-items: center;
|
|
788
921
|
}
|
|
@@ -858,12 +991,12 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
858
991
|
.text-center {
|
|
859
992
|
text-align: center;
|
|
860
993
|
}
|
|
861
|
-
.font-
|
|
994
|
+
.font-serif {
|
|
862
995
|
font-family: Merriweather, serif;
|
|
863
996
|
}
|
|
864
997
|
.text-caption {
|
|
865
998
|
font-size: 12px;
|
|
866
|
-
line-height:
|
|
999
|
+
line-height: 18px;
|
|
867
1000
|
}
|
|
868
1001
|
.text-h4 {
|
|
869
1002
|
font-size: 34px;
|
|
@@ -875,11 +1008,14 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
875
1008
|
}
|
|
876
1009
|
.text-subtitle {
|
|
877
1010
|
font-size: 16px;
|
|
878
|
-
line-height:
|
|
1011
|
+
line-height: 22px;
|
|
879
1012
|
}
|
|
880
1013
|
.font-bold {
|
|
881
1014
|
font-weight: 700;
|
|
882
1015
|
}
|
|
1016
|
+
.font-thin {
|
|
1017
|
+
font-weight: 100;
|
|
1018
|
+
}
|
|
883
1019
|
.text-green {
|
|
884
1020
|
--tw-text-opacity: 1;
|
|
885
1021
|
color: rgb(152 184 139 / var(--tw-text-opacity));
|
|
@@ -964,4 +1100,9 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
964
1100
|
font-size: 48px;
|
|
965
1101
|
line-height: 60px;
|
|
966
1102
|
}
|
|
967
|
-
|
|
1103
|
+
|
|
1104
|
+
.desktop\:text-h4 {
|
|
1105
|
+
font-size: 34px;
|
|
1106
|
+
line-height: 42px;
|
|
1107
|
+
}
|
|
1108
|
+
}
|