Last active
May 6, 2022 12:23
-
-
Save someguy9/68550bb5f938cc9debafc991ca6e3679 to your computer and use it in GitHub Desktop.
Revisions
-
someguy9 revised this gist
May 5, 2022 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; --global-color-8: rgba(180, 180, 191, 0.1); } } -
someguy9 created this gist
May 5, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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); } }