;;;; css.lisp (in-package :vampire) (defun include-style (body) ;(load-css (html-document body) "/css/reset.css") (load-css (html-document body) "/css/main.css" :load-only-once nil) ;(load-css (html-document body) "https://www.w3schools.com/lib/w3-theme-indigo.css") )