Created
July 30, 2018 04:22
-
-
Save FermiDirak/5d2434c4a33aaf8049ed26be84fb5ba1 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
: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