From 268b3dd86157f1874ee045922a4e3496c37fe651 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:40:30 -0600 Subject: [PATCH] -- --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 03f5c42..9b7bc2f 100644 --- a/static/style.css +++ b/static/style.css @@ -54,8 +54,9 @@ textarea { /* color: white; */ padding: 14px 20px; margin: 8px 0; - border: none; cursor: pointer; + border: 1px solid #ccc; + box-sizing: border-box; } input[type=submit]:hover { -- 2.39.5