Skip to content

Instantly share code, notes, and snippets.

@zidell
Created May 19, 2020 14:03
Show Gist options
  • Select an option

  • Save zidell/4eb12f68c587c939cf7bb3e7a1f33fd2 to your computer and use it in GitHub Desktop.

Select an option

Save zidell/4eb12f68c587c939cf7bb3e7a1f33fd2 to your computer and use it in GitHub Desktop.
:root {
--bg-color: #fff;
--box-color: rgba(0,0,0,0.05);
--color1: #ccc;
--color2: #999;
--color3: #000;
}
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #000;
--box-color: rgba(255,255,255,0.15);
--color1: #999;
--color2: #ccc;
--color3: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment