feat: initial draft of drawings, still missing some features from my other site

This commit is contained in:
Lewis Wynne 2026-04-09 23:00:48 +01:00
parent 2044616aeb
commit 9521fc4aef
7 changed files with 50 additions and 6 deletions

View file

@ -148,7 +148,7 @@ Running `guestbook` with no env vars will give you a working guestbook on `local
# Custom CSS injected into a style tag.
# Classes: .guestbook-form, .guestbook-prompt, .guestbook-label, .guestbook-input,
# .guestbook-textarea, .guestbook-button, .entry-header, .entry-name,
# .guestbook-textarea, .guestbook-button, .entry-header, .entry-date, .entry-name,
# .entry-website, .entry-body, .entry-separator
# BOOK_STYLE=
@ -360,6 +360,7 @@ entries
/* Entries */
.entry-header {}
.entry-date {}
.entry-name {}
.entry-website {}
.entry-body {}