Skip to content

Instantly share code, notes, and snippets.

@barrucadu
Created November 1, 2019 19:35
Show Gist options
  • Save barrucadu/d830aec600bdb552982b2021ea600084 to your computer and use it in GitHub Desktop.
Save barrucadu/d830aec600bdb552982b2021ea600084 to your computer and use it in GitHub Desktop.
:root {
--main-bg-color: #3c3a3f;
--main-text-color: #fbf2e9;
/* etc */
}
body {
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
background-color: var(--main-bg-color);
color: var(--main-text-color);
}
/* etc */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment