wip
This commit is contained in:
parent
8317a219a5
commit
0c63ec8157
10 changed files with 66 additions and 229 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue