From 652abf1da55662f5a0d3246665ddd6dc253ff8f0 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:39:53 -0600 Subject: [PATCH] -- --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; } -- 2.39.5