Skip to content

Instantly share code, notes, and snippets.

@DinoChiesa
Created November 15, 2024 18:20

Revisions

  1. DinoChiesa created this gist Nov 15, 2024.
    17 changes: 17 additions & 0 deletions custom-css-style.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    <style type='text/css'>
    /* https://stackoverflow.com/a/63574369/48082 */
    body, body #index .main-content .home-page .home-page-cta h1.home-page-cta-title {
    font-family: 'SF Pro Text',-apple-system,BlinkMacSystemFont,Roboto,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    }

    body #index > .main-content {
    padding: 0;
    background-color: #7d7d7d;
    background-image: revert;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(36,36,65,1) 49%, rgba(125,125,125,1) 100%);
    background-size: cover;
    background-position: center;
    }

    </style>