From 9f3c41fb0b6d543e6d662ccb74afcbfd75db33ff Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 13 Jul 2016 09:16:34 -0400 Subject: [PATCH] more theme tweaks --- contrib/static/tomorrow.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/static/tomorrow.css b/contrib/static/tomorrow.css index 90e5a8f..0c2626d 100644 --- a/contrib/static/tomorrow.css +++ b/contrib/static/tomorrow.css @@ -633,6 +633,10 @@ img#nntpchan_banner { box-shadow: 0px 0px 10px 0px; } +#postform_inner { + background-color: rgba(0, 0, 0, 0); +} + .post:target { background-color: #2c2d3e; box-shadow: 0px 0px 10px 2px;