fix(styles): display bug

This commit is contained in:
wanhose 2021-07-05 18:08:05 +02:00
parent 2d66565c35
commit 2f8ef099c3

View File

@ -1,5 +1,5 @@
body { body {
display: none !important; opacity: 0;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {