diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-29 13:04:47 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-29 13:04:47 -0500 |
commit | 8b526da8cd8c92ca0d68e62915bd8cf14df4f4cd (patch) | |
tree | bb5e4d007b93e55d68c469cae74e02fc6aeb91aa /style.lisp | |
parent | 46371385ee5d95217b7b1fb636e17d9277835f69 (diff) |
Add: Basic style
Diffstat (limited to 'style.lisp')
-rw-r--r-- | style.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") ) |