aboutsummaryrefslogtreecommitdiff
path: root/src/styles/GuestbookForm.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/GuestbookForm.css')
-rw-r--r--src/styles/GuestbookForm.css5
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;
}