diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 17:33:39 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 17:33:39 -0500 |
| commit | 8aeaf9ab9884ed6f669633b1ab67c1ae219f7916 (patch) | |
| tree | 7153b7ec4ddc4a301d0ba4d09b4e359a36fd6e63 /src/styles/GuestbookForm.css | |
| parent | 6cd9fb7c8964f8f1b3cc8137bbda45a633e62587 (diff) | |
| download | personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.tar.gz personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.tar.bz2 personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.zip | |
Guestbook refreshes once submitting a message
Diffstat (limited to 'src/styles/GuestbookForm.css')
| -rw-r--r-- | src/styles/GuestbookForm.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |
