wip
This commit is contained in:
@@ -32,7 +32,7 @@ body > noscript {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
background: var(--bg);
|
||||
cursor: wait;
|
||||
}
|
||||
#ini > svg {
|
||||
@@ -47,10 +47,6 @@ body > noscript {
|
||||
animation: ini 0.6s infinite linear;
|
||||
}
|
||||
|
||||
html[data-darkmode] #ini {
|
||||
background: #191b22;
|
||||
}
|
||||
|
||||
@keyframes ini {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
|
Reference in New Issue
Block a user