feat: use prompt dialogs for guestbook instead of form

This commit is contained in:
Lewis Wynne 2026-01-23 04:20:20 +00:00
parent 3600897f4b
commit d7b1dd365e
2 changed files with 19 additions and 35 deletions

View file

@ -46,17 +46,3 @@ summary::-webkit-details-marker {
details pre {
margin: 0;
}
#guestbook-form {
margin-top: 0.5rem;
}
#guestbook-form input,
#guestbook-form textarea,
#guestbook-form button {
font: inherit;
}
#guestbook-status {
color: #888;
}