diff --git a/examples/utils/index.js b/examples/utils/index.js index e47b46b5..cdd00bc4 100644 --- a/examples/utils/index.js +++ b/examples/utils/index.js @@ -68,7 +68,9 @@ export const waiting = { div.style.textAlign = 'center' div.style.lineHeight = '100vh' div.style.color = '#26f' - div.style.background = 'rgba(0,0,0,.8)' + div.style.fontSize = '20px' + div.style.background = 'rgba(255,255,255,.8)' + div.style.backdropFilter = 'blur(6px)' document.body.appendChild(div) } else if (count < 10) { setTimeout(() => this.init(ops, ++count), 500)