From 60002906192660e19afb77ddb48342ac8f6ef042 Mon Sep 17 00:00:00 2001 From: David Botton Date: Mon, 25 Apr 2022 22:15:30 -0400 Subject: [PATCH] Update name of color-class --- tutorial/30-tutorial.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/30-tutorial.lisp b/tutorial/30-tutorial.lisp index 340be74..d8dc457 100644 --- a/tutorial/30-tutorial.lisp +++ b/tutorial/30-tutorial.lisp @@ -16,7 +16,7 @@ ;; use the default theme :theme 'clog-web:default-theme ;; theme settings - in this case w3.css color of menu bar - :settings '(:menu-class "w3-black") + :settings '(:color-class "w3-black") :title "CLOG - The Common Lisp Omnificent GUI" :footer "(c) 2022 David Botton" :logo "/img/clog-liz.png"))