From cd598df4e94bdb87a4d0c0dc5f76067021fc8694 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 14 Mar 2015 00:05:25 -0700 Subject: [PATCH] boards.html on dark/tomorrow --- stylesheets/dark.css | 4 ++++ stylesheets/tomorrow.css | 4 ++++ 2 files changed, 8 insertions(+) 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; +}