Skip to content

Instantly share code, notes, and snippets.

@dannysmith
Last active April 6, 2020 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannysmith/dc8930ee00a9c47588b096b74870f27b to your computer and use it in GitHub Desktop.
Save dannysmith/dc8930ee00a9c47588b096b74870f27b to your computer and use it in GitHub Desktop.
:root {
--color-red: rgb(255, 30, 28);
--color-red-trans50: rgb(255, 30, 28, 0.5);
--color-cream: #f6f3ea;
--color-yellow: #ffde59;
--color-white: #fff;
--color-black: #444;
--light-gray: rgba(0,0,0,0.2);
--color-medium-green: #00ab6b;
--color-pocket-red: rgba(239, 64, 86, 0.9);
// Font Families
--font-ui: Helvetica, sans-serif;
--font-copy: Georgia, serif;
--font-code: 'Inconsolata', monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment