Created
November 15, 2024 18:20
Revisions
-
DinoChiesa created this gist
Nov 15, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>