diff options
author | Runxi Yu <me@runxiyu.org> | 2024-06-01 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-06-01 08:00:00 +0800 |
commit | 81506b16dfd981397fd21554788abf8cbe24af87 (patch) | |
tree | 23b614e8680c707b27ebc7e46c688a59bd58e241 | |
parent | 808a210b5009c81e6e4e7c69cbf57c0f82492233 (diff) | |
download | www-81506b16dfd981397fd21554788abf8cbe24af87.tar.gz |
Remove dark scheme for now
-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 { |