diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:39:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:39:32 +0900 |
| commit | 0c63ec8157f0c54d780faf69aad63f4bcd7fd683 (patch) | |
| tree | fcdde0b76f4fb81c68e0ae31a433844d0f4fbfd7 /src/client/app/init.css | |
| parent | wip (diff) | |
| download | misskey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.gz misskey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.bz2 misskey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.zip | |
wip
Diffstat (limited to 'src/client/app/init.css')
| -rw-r--r-- | src/client/app/init.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/app/init.css b/src/client/app/init.css index 6ee25d64e2..92bb1d8cf4 100644 --- a/src/client/app/init.css +++ b/src/client/app/init.css @@ -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); |