style: run format:apply

This commit is contained in:
neru
2026-01-02 04:58:34 -03:00
parent 4148f2729b
commit 67457e252e
2 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
height: 100%;
background: black;
z-index: 4444;
transition: opacity 1.0s ease-in-out;
transition: opacity 1s ease-in-out;
pointer-events: none;
opacity: 1;
@@ -43,4 +43,4 @@
100% {
transform: rotate(360deg);
}
}
}