This commit is contained in:
Joseph Garrone
2024-06-07 05:20:57 +02:00
parent 0c36e4b6f4
commit 2b4c85aa7e
7 changed files with 41 additions and 35 deletions

View File

@ -16,10 +16,10 @@
html {
animation: fadeToTransparent 500ms forwards ease-in;
}
body>.sb-preparing-docs {
body > .sb-preparing-docs {
visibility: hidden;
}
body>.sb-preparing-story {
body > .sb-preparing-story {
visibility: hidden;
}
</style>
</style>