diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-26 14:03:46 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-26 14:03:46 +0100 |
commit | ae1b6f841f109a5a2979afd0ad9cf06917c8b570 (patch) | |
tree | ef3f7d3374f23dec8bbe199731bb5f9f08919d48 /_sass/media.scss | |
parent | cebddfcb61f87dcaad7be31d3bb0bb48bd8d1afb (diff) |
update colors
Diffstat (limited to '_sass/media.scss')
-rw-r--r-- | _sass/media.scss | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/_sass/media.scss b/_sass/media.scss index d254674..134d0d4 100644 --- a/_sass/media.scss +++ b/_sass/media.scss @@ -11,25 +11,10 @@ } @media only screen and (prefers-color-scheme: dark) { - .invert, input, button { - background-color: #222; - color: inherit; - } - nav .item.active { - color: inherit; - background-color: canvas; text-decoration: underline; font-weight: bold; } - - :root { - --code-comment: #808b9bd9; - --code-keyword: #d25a76; - --code-string: #e4a87e; - --code-number: #fa7d57; - --code-operator: #da9eff; - } } @media print { |