From 232a1d452676a087bc9bbc6a296910ad6baecd7f Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 9 Apr 2026 17:24:57 +0100 Subject: [PATCH] point .env.example at default css --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index abff93a..50a6c05 100644 --- a/.env.example +++ b/.env.example @@ -35,7 +35,7 @@ BOOK_OPEN_REGISTRATION=true BOOK_SEPARATOR=------------------------------------------------------------ # Path to a CSS file. Takes precedence over BOOK_STYLE. -# BOOK_STYLE_FILE=./my-styles.css +# BOOK_STYLE_FILE=./templates/default.css # Custom CSS injected into a style tag. # Classes: .guestbook-form, .guestbook-prompt, .guestbook-label, .guestbook-input,