Skip to content

Instantly share code, notes, and snippets.

@Allyedge
Created December 13, 2021 19:45
Show Gist options
  • Save Allyedge/928e12874d0caed31bb91e16c93cdd6a to your computer and use it in GitHub Desktop.
Save Allyedge/928e12874d0caed31bb91e16c93cdd6a to your computer and use it in GitHub Desktop.
html,
body {
background-color: #181c25;
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment