diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 20:51:17 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 22:27:31 -0500 |
| commit | f6c0968139881e0ef0861a0d899f5d5aceb05f62 (patch) | |
| tree | a15f79abf01ed2f17786a32e92b1db03736996ba /src/styles/GuestbookForm.css | |
| parent | f5efedcaf7ff2ad509304a6f44771d2bac2001fc (diff) | |
| download | personal-website-f6c0968139881e0ef0861a0d899f5d5aceb05f62.tar.gz personal-website-f6c0968139881e0ef0861a0d899f5d5aceb05f62.tar.bz2 personal-website-f6c0968139881e0ef0861a0d899f5d5aceb05f62.zip | |
Link to markdown guide; changed placeholder text; regex
Diffstat (limited to 'src/styles/GuestbookForm.css')
| -rw-r--r-- | src/styles/GuestbookForm.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/GuestbookForm.css b/src/styles/GuestbookForm.css index 42a5f8f..0ad343c 100644 --- a/src/styles/GuestbookForm.css +++ b/src/styles/GuestbookForm.css @@ -25,6 +25,7 @@ background-color: #609460; color: white; cursor: pointer; + transition: ease-in-out 0.2s; } .card form button:hover { |
