Skip to content

Instantly share code, notes, and snippets.

@mhanberg
Created February 13, 2019 01:16
Show Gist options
  • Save mhanberg/cb00124681e6087e3b66c11902ac7088 to your computer and use it in GitHub Desktop.
Save mhanberg/cb00124681e6087e3b66c11902ac7088 to your computer and use it in GitHub Desktop.
:root {
--background-color: #262b2f;
--text-color: white;
}
.theme {
background: var(--background-color);
color: var(--text-color);
transition: all 250ms ease;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment