Skip to content

Instantly share code, notes, and snippets.

@someguy9
Last active May 6, 2022 12:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someguy9/68550bb5f938cc9debafc991ca6e3679 to your computer and use it in GitHub Desktop.
Save someguy9/68550bb5f938cc9debafc991ca6e3679 to your computer and use it in GitHub Desktop.
Starter for adding darkmode to your Generatepress site
@media (prefers-color-scheme: dark) {
:root {
--contrast: #fff;
--contrast-2: #000;
--contrast-3: #000;
--base: #1e1e1e;
--base-2: #212121;
--base-3: #212121;
--accent: #1e90ff;
--global-color-8: rgba(180, 180, 191, 0.1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment