From 8aeaf9ab9884ed6f669633b1ab67c1ae219f7916 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 4 Feb 2024 17:33:39 -0500 Subject: Guestbook refreshes once submitting a message --- src/styles/GuestbookForm.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/styles/GuestbookForm.css') diff --git a/src/styles/GuestbookForm.css b/src/styles/GuestbookForm.css index fa31429..e540d42 100644 --- a/src/styles/GuestbookForm.css +++ b/src/styles/GuestbookForm.css @@ -15,6 +15,7 @@ .card form textarea[name="message"] { height: 200px; + resize: none; } .card form button { @@ -31,6 +32,10 @@ transition: ease-in-out 0.2s; } +.card form button:active { + background-color: #243824; +} + .card form label { display: block; } -- cgit v1.2.3