From: Emil Williams Date: Sat, 17 May 2025 14:39:53 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=652abf1da55662f5a0d3246665ddd6dc253ff8f0;p=emil-3chen.org.git -- --- diff --git a/static/style.css b/static/style.css index c5b551d..ae697d6 100644 --- a/static/style.css +++ b/static/style.css @@ -49,6 +49,16 @@ input[type=submit] { cursor: pointer; } +textarea { + /* width: 100%; */ + background-color: #4CAF50; + color: white; + padding: 14px 20px; + margin: 8px 0; + border: none; + cursor: pointer; +} + input[type=submit]:hover { background-color: #45a049; }