From 7619a8d0c0f477bdded883e22c90db8711466a85 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 18 Jul 2023 17:15:28 +0200 Subject: [PATCH] Change text color of footer --- examples/album.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/album.lisp b/examples/album.lisp index 6ad0ff0..4bf9a36 100644 --- a/examples/album.lisp +++ b/examples/album.lisp @@ -168,7 +168,7 @@ Example usage: (header) (:main ,@body) (footer (:spacing (:property :p :side :y :size 5) - :color (:text "secondary"))))) + :color (:text "body-secondary"))))) (defun write-album (&key (lang "de") (style :tree) (fc 120)) (let ((spinneret:*html-lang* lang)