#splash{position:fixed;z-index:400;left:0;top:0;width:100%;height:100%;background-color:#f0f2fa;display:flex;justify-content:center;align-items:center;transition:.5s}#splash.transparent{opacity:0;pointer-events:none}#splash img{width:200px}#splash .on-dark{display:none}html[data-theme=dark] #splash{background-color:#0e0929}html[data-theme=dark] #splash .on-light{display:none}html[data-theme=dark] #splash .on-dark{display:block}
