From 12f5e67bb4cb6373cc3b3b272096131164cfb403 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Apr 2016 13:08:38 -0400 Subject: [PATCH] css update --- contrib/static/site.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 4b0305e..d01df9a 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -26,7 +26,12 @@ section { padding: 10px; } -.hover > div > .post , .notfound-hover , #postform_container { +#postform_container { + background-color: #EEF2FF; + box-shadow: 0 0 10px rgba(0,0,0,0.55); +} + +.hover > div > .post , .notfound-hover { background-color: #D6DAF0; box-shadow: 0 0 10px rgba(0,0,0,0.55); }