Update name of color-class

This commit is contained in:
David Botton 2022-04-25 22:15:30 -04:00
parent 5ffbe7fd2d
commit 6000290619

View file

@ -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"))