diff options
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; } |
