fix(css): remove retro and clean color themes

This commit is contained in:
Hanwen Guo 2024-10-04 12:39:35 -06:00
parent c674e59fca
commit 2cc41d38a6

View File

@ -54,8 +54,6 @@
body[a="dark"] { @include dark-appearance; }
body[a="light"] { @include light-appearance; }
body[a="clean"] { @include clean-appearance; }
body[a="retro"] { @include retro-appearance; }
@media (prefers-color-scheme: dark) {
body[a="auto"] { @include dark-appearance; }