From 73b254367ffab00014610737761e2b4149b1a178 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 8 Mar 2016 18:09:27 -0500 Subject: [PATCH] update dayman theme --- contrib/static/dayman.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/static/dayman.css b/contrib/static/dayman.css index 8236a9c..b32bc84 100644 --- a/contrib/static/dayman.css +++ b/contrib/static/dayman.css @@ -8,6 +8,10 @@ body { background-color: #FFEFC9; background-repeat: no-repeat; background-attachment: fixed; - background-position: 100% 100%; + background-size: 100% 100%; background-image: url('maymface.png'); +} + +.reply, .ukko_thread_header { + color: #FBFFC9; } \ No newline at end of file