diff options
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css index 7685305..6af24c3 100644 --- a/style.css +++ b/style.css @@ -34,6 +34,7 @@ --color-faded:var(--color-dark-faded); --color-semi:var(--color-dark-semi) } +/* @media (prefers-color-scheme:dark) { :root { --color-background:var(--color-dark); @@ -48,6 +49,7 @@ filter:invert(1) hue-rotate(180deg) saturate(140%)!important } } +*/ *, ::after, ::before { |