Skip to content

Instantly share code, notes, and snippets.

@xjxckk
Last active December 16, 2021 12:20
Show Gist options
  • Save xjxckk/43395e8510aeb791c8fcd01cb989d11c to your computer and use it in GitHub Desktop.
Save xjxckk/43395e8510aeb791c8fcd01cb989d11c to your computer and use it in GitHub Desktop.
CSS variables
:root {
--background: #202020;
--accent: #fff;
--tertiary: #191919;
--tertiary-accent: #313131;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment