diff --git a/contrib/static/site.css b/contrib/static/site.css index 33b566e..720148a 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -44,10 +44,14 @@ pre { overflow-wrap: break-word; } -.reply, th, .ukko_thread_header, legend { +.reply, th, .ukko_thread_header { background: #202331; } +legend { + background-color: grey; +} + tr { background: #202123; }