Skip to content

Instantly share code, notes, and snippets.

@FermiDirak
Created July 30, 2018 04:22
Show Gist options
  • Save FermiDirak/5d2434c4a33aaf8049ed26be84fb5ba1 to your computer and use it in GitHub Desktop.
Save FermiDirak/5d2434c4a33aaf8049ed26be84fb5ba1 to your computer and use it in GitHub Desktop.
:root {
--red: #FF5A5F;
--white: #FFFFFF;
--lightgrey: #CDD1CC;
--darkgrey: #555A5C;
--darkergrey: #282C34;
--gold: #FFB500;
--turquoise: #007C80;
--green: #55ffbb;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment