From 689df3b2a8a8d7d79d18cd5e9bbc4beba6b12f4c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Mon, 29 Dec 2025 23:01:53 -0800 Subject: Fix error messages --- static/404/404.webp | Bin 87426 -> 189518 bytes static/angry.webp | Bin 0 -> 15474 bytes static/confused.webp | Bin 0 -> 14702 bytes static/styles.css | 29 +++++++++++++++++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 static/angry.webp create mode 100644 static/confused.webp (limited to 'static') diff --git a/static/404/404.webp b/static/404/404.webp index c416a79..2dd45f1 100644 Binary files a/static/404/404.webp and b/static/404/404.webp differ diff --git a/static/angry.webp b/static/angry.webp new file mode 100644 index 0000000..2aaa4c9 Binary files /dev/null and b/static/angry.webp differ diff --git a/static/confused.webp b/static/confused.webp new file mode 100644 index 0000000..6ab3041 Binary files /dev/null and b/static/confused.webp differ diff --git a/static/styles.css b/static/styles.css index d214480..0f56527 100644 --- a/static/styles.css +++ b/static/styles.css @@ -110,3 +110,32 @@ input.submit { box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); font-size: 25px; } + +form.wormhole { + display: flex; + flex-direction: column; + align-items: center; + font-size: 30px; +} + +form.wormhole input { + font-size: 30px; +} + +form.wormhole input::file-selector-button, +form.wormhole input.wormhole-input { + margin: 30px; + padding: 30px; + background: #f5f5f5; + outline: none; + border: 5px solid #ff69b4; + border-radius: 15px; + box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); +} + +img.inline { + border: none; + background: transparent; + margin-right: 5px; + filter: drop-shadow(2px -1px 3px grey); +} -- cgit v1.3.1