From 8b526da8cd8c92ca0d68e62915bd8cf14df4f4cd Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 29 Oct 2022 13:04:47 -0500 Subject: Add: Basic style --- style.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style.lisp') diff --git a/style.lisp b/style.lisp index 68d754d..ce8fa90 100644 --- a/style.lisp +++ b/style.lisp @@ -3,6 +3,7 @@ (in-package :vampire) (defun include-style (body) - ;(load-css (html-document body) "https://www.w3schools.com/w3css/4/w3.css") + ;(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") ) -- cgit v1.2.3