diff --git a/contrib/static/site.css b/contrib/static/site.css index 7c5bcd6..c651d53 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -45,6 +45,10 @@ pre { overflow-wrap: break-word; } +td { + background-color: dimgrey; +} + .reply, .ukko_thread_header { background: #202331; }