remove unnecessary css

This commit is contained in:
kacher 2023-11-27 21:49:15 -08:00 committed by GitHub
parent 657ffec62e
commit f33176030d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,11 +62,6 @@
--radius: 0.5rem; --radius: 0.5rem;
} }
/* invert image for dark theme */
.invert {
filter: invert();
}
body.dark { body.dark {
background-color: black; background-color: black;
} }