diff options
Diffstat (limited to 'style.lisp')
-rw-r--r-- | style.lisp | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,7 +3,4 @@ (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") - ) + (load-css (html-document body) "/css/main.css" :load-only-once nil)) |