Skip to content

Instantly share code, notes, and snippets.

@DinoChiesa
Created November 15, 2024 18:20
Show Gist options
  • Save DinoChiesa/7cfa01d9ac6cb12a5f15cf6390636dcb to your computer and use it in GitHub Desktop.
Save DinoChiesa/7cfa01d9ac6cb12a5f15cf6390636dcb to your computer and use it in GitHub Desktop.
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment