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/styles.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'static/styles.css') 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