From eb70ef31a85b9190b745b6b5fc6abf79c2e8cdf9 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 16 Aug 2024 20:02:24 -0700 Subject: More fussing with style --- pastiche.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pastiche.lisp') diff --git a/pastiche.lisp b/pastiche.lisp index 34500eb..1da7e18 100644 --- a/pastiche.lisp +++ b/pastiche.lisp @@ -224,12 +224,12 @@ from make-paste-filename.")) content := (a:read-file-into-string filename) page := ( ( - ($ :padding "0" :margin "0" :background "#9cadaf") - + ($ :padding "0" :margin "0" + :background "#222222" :color "white") (html: ($ :padding "8px") ( - ($ :color "blue" :font-size "1.6em") + ($ :color "lightgreen" :font-size "1.6em") (@ :href (http:route-to 'raw-paste :id id)) "raw") (
-- cgit v1.2.3