diff --git a/stylesheets/dark.css b/stylesheets/dark.css index beb12364..0287959e 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -194,3 +194,7 @@ div.report { #quick-reply table { background: none repeat scroll 0% 0% #333 !important; } + +.modlog tr:nth-child(even), .modlog th { + background-color: #282A2E; +} diff --git a/stylesheets/tomorrow.css b/stylesheets/tomorrow.css index 29b2a68d..04860284 100644 --- a/stylesheets/tomorrow.css +++ b/stylesheets/tomorrow.css @@ -152,3 +152,7 @@ div#watchlist a:hover,a.watchThread:hover { max-height:160px; max-width:160px } + +.modlog tr:nth-child(even), .modlog th { + background-color: #282A2E; +}