From bb3f2d50756409a8c3aef704081b7cd7af0dd9ab Mon Sep 17 00:00:00 2001 From: Czterooki Date: Mon, 19 Aug 2013 12:13:00 -0400 Subject: [PATCH] fixed report text --- stylesheets/dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 0982c278..7980e452 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -174,3 +174,7 @@ table.modlog tr th { .desktop-style div.boardlist:nth-child(1):hover { background-color: rgba(30%, 30%, 30%, 0.65); } + +div.report { + color: #666666; +}