From 2645c7d4bce2a9165aed693cf878a267f5226820 Mon Sep 17 00:00:00 2001 From: Accensus Date: Sun, 18 Jun 2017 09:08:30 +0300 Subject: [PATCH] Fixed reddish white background for reported messages and adjusted rule background color so the text has better visibility. --- zdblack/theme/colours.css | 8 ++++---- zdblack/theme/common.css | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/zdblack/theme/colours.css b/zdblack/theme/colours.css index b3de9d4..e6aa710 100644 --- a/zdblack/theme/colours.css +++ b/zdblack/theme/colours.css @@ -222,9 +222,9 @@ dl.details dd { color: #BC2A4D; } -.reported { - background-color: #F7ECEF; -} +/*.reported { + background-color: transparent; +}*/ li.reported:hover { background-color: #ECD5D8 !important; @@ -239,7 +239,7 @@ div.rules { } p.rules { - background-color: #2584a2; + background-color: #2f566b; color: #d7d7d9; } diff --git a/zdblack/theme/common.css b/zdblack/theme/common.css index 75c9a03..7ebb8ed 100644 --- a/zdblack/theme/common.css +++ b/zdblack/theme/common.css @@ -593,9 +593,9 @@ li.pagination { font-size: 1em; } -.reported { - background-color: #f7f7f7; -} +/*.reported { + background-color: #f7eceF; +}*/ li.reported:hover { background-color: #ececec;