correctly set splash background (#937)

fixes #858
This commit is contained in:
Cookie 2024-12-02 22:02:34 -05:00 committed by GitHub
parent 852410a43b
commit 5b6c1c6d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
<style>
body {
background: none;
user-select: none;
-webkit-app-region: drag;
}
@ -16,6 +17,7 @@
align-items: center;
border-radius: 8px;
border: 1px solid var(--fg-semi-trans);
background: var(--bg);
}
p {