From: Emil Williams Date: Sat, 17 May 2025 14:38:03 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=c4ee2df1539982bd11496f65cacf3d673a572f09;p=emil-3chen.org.git -- --- diff --git a/static/style.css b/static/style.css index 3fca455..640af68 100644 --- a/static/style.css +++ b/static/style.css @@ -30,6 +30,31 @@ } +input[type=text], select { + width: 100%; + padding: 12px 20px; + margin: 8px 0; + display: inline-block; + border: 1px solid #ccc; + border-radius: 4px; + box-sizing: border-box; +} + +input[type=submit] { + width: 100%; + background-color: #4CAF50; + color: white; + padding: 14px 20px; + margin: 8px 0; + border: none; + border-radius: 4px; + cursor: pointer; +} + +input[type=submit]:hover { + background-color: #45a049; +} + #thread { margin: 2em 0em 2em 0.5em; padding: 0.5em 0em 0.5em 0.5em;