Skip to content

Instantly share code, notes, and snippets.

@someguy9
Last active May 6, 2022 12:23
Show Gist options
  • Select an option

  • Save someguy9/68550bb5f938cc9debafc991ca6e3679 to your computer and use it in GitHub Desktop.

Select an option

Save someguy9/68550bb5f938cc9debafc991ca6e3679 to your computer and use it in GitHub Desktop.

Revisions

  1. someguy9 revised this gist May 5, 2022. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions generatepress-dark-mode.css
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,12 @@
    @media (prefers-color-scheme: dark) {
    :root {
    --contrast: #fff;
    --contrast-2: #000;
    --contrast-3: #000;
    --base: #1e1e1e;
    --base-2: #212121;
    --base-3: #212121;
    --accent: #1e90ff;
    --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);
    }
    }
  2. someguy9 created this gist May 5, 2022.
    12 changes: 12 additions & 0 deletions generatepress-dark-mode.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    @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);
    }
    }