diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 75a2bfe..b719bc2 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -480,6 +480,10 @@ body.dark .comment-panel:target { border-color: white; } +body.dark .table > table { + background-color: #323232; +} + /* trusted */ body.dark .torrent-list > tbody > tr.success > td { color: inherit; diff --git a/nyaa/templates/reports.html b/nyaa/templates/reports.html index d1524b1..fd013ed 100644 --- a/nyaa/templates/reports.html +++ b/nyaa/templates/reports.html @@ -2,7 +2,7 @@ {% block title %}Reports :: {{ config.SITE_NAME }}{% endblock %} {% block body %} {% from "_formhelpers.html" import render_field %} -
+