Created
August 1, 2020 23:44
-
-
Save trinwin/14ac2c229d22dfcbd935ee90588a3c8c to your computer and use it in GitHub Desktop.
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 characters
html { | |
background: #f1f1f1; | |
max-width: 100%; | |
} | |
body { | |
background: linear-gradient( | |
315deg, | |
var(#f1f1f1) 0%, | |
var(#e7e7e7) 100% | |
); | |
font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", | |
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", | |
"Helvetica Neue", system-ui, sans-serif !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment