This commit is contained in:
syuilo 2018-09-28 20:39:32 +09:00
parent 8317a219a5
commit 0c63ec8157
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 66 additions and 229 deletions

View file

@ -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);