Loading on slow networks should no longer cause as much suffering and wait time.

This commit is contained in:
Sophie Marie 2022-11-02 19:50:08 -05:00
parent 5eb48e2e79
commit 41364301c0
3 changed files with 1 additions and 1 deletions

BIN
img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -38,7 +38,7 @@ div.main {
border-radius: 30px;
}
body {
background-image: url("/img/bg.png");
background-image: url("/img/bg.jpg");
}
input {
-webkit-appearance: none;