Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created October 30, 2019 20:21
Show Gist options
  • Save richtabor/c047bd3f74828147abd595ec65c612d4 to your computer and use it in GitHub Desktop.
Save richtabor/c047bd3f74828147abd595ec65c612d4 to your computer and use it in GitHub Desktop.
--body-bg-color: #e0ded5
--body-color: #433f40
body {
background-color: var(--body-bg-color, #fff);
color: var(--body-color, #000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment