Skip to content

Instantly share code, notes, and snippets.

@trinwin
Created August 1, 2020 23:44
Show Gist options
  • Save trinwin/14ac2c229d22dfcbd935ee90588a3c8c to your computer and use it in GitHub Desktop.
Save trinwin/14ac2c229d22dfcbd935ee90588a3c8c to your computer and use it in GitHub Desktop.
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