summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pastiche.lisp6
1 files changed, 3 insertions, 3 deletions
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 := (<html>
(<body>
- ($ :padding "0" :margin "0" :background "#9cadaf")
-
+ ($ :padding "0" :margin "0"
+ :background "#222222" :color "white")
(html:<vert>
($ :padding "8px")
(<a>
- ($ :color "blue" :font-size "1.6em")
+ ($ :color "lightgreen" :font-size "1.6em")
(@ :href (http:route-to 'raw-paste :id id))
"raw")
(<div>