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;