|
26 | 26 | } |
27 | 27 |
|
28 | 28 | /* ---------- Resets ---------- */ |
29 | | -.td-home .td-main { padding-top: 0 !important; } |
| 29 | +/* Remove Docsy/Bootstrap container padding to allow full-bleed sections */ |
| 30 | +body.td-home .container-fluid.td-outer { |
| 31 | + padding-left: 0 !important; |
| 32 | + padding-right: 0 !important; |
| 33 | + max-width: 100% !important; |
| 34 | +} |
| 35 | +body.td-home .td-main { |
| 36 | + padding-top: 0 !important; |
| 37 | + padding-bottom: 0 !important; |
| 38 | +} |
| 39 | +body.td-home .td-main main { |
| 40 | + padding-top: 0 !important; |
| 41 | + padding-bottom: 0 !important; |
| 42 | +} |
| 43 | +/* Remove Docsy's td-block-padding and first-section padding from homepage sections */ |
| 44 | +body.td-home .td-default main > section:first-of-type { |
| 45 | + padding-top: 0 !important; |
| 46 | +} |
| 47 | +body.td-home .td-default main section { |
| 48 | + padding-top: 0 !important; |
| 49 | + padding-bottom: 0 !important; |
| 50 | +} |
30 | 51 | body.td-home .td-outer { padding-top: 0 !important; } |
31 | 52 | body.td-home .td-cover-block { display: none !important; } |
32 | 53 | body.td-home { |
33 | 54 | font-family: var(--apple-font); |
34 | 55 | -webkit-font-smoothing: antialiased; |
35 | 56 | -moz-osx-font-smoothing: grayscale; |
36 | 57 | color: var(--apple-black); |
| 58 | + background: var(--apple-dark); |
37 | 59 | } |
38 | 60 |
|
39 | 61 | /* ---------- Navbar ---------- */ |
|
660 | 682 | } |
661 | 683 |
|
662 | 684 | /* ---------- Footer ---------- */ |
663 | | -footer.td-footer { |
| 685 | +body.td-home footer.td-footer { |
664 | 686 | background: var(--apple-dark) !important; |
665 | 687 | border-top: 0.5px solid #424245; |
| 688 | + margin: 0 !important; |
| 689 | + padding-left: 24px; |
| 690 | + padding-right: 24px; |
666 | 691 | } |
667 | 692 |
|
668 | 693 | /* ---------- Animations ---------- */ |
|
0 commit comments