From 20ff15d3f9ae53d7856fd9625f7c64b6f060aa64 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 27 Sep 2014 18:12:35 -0700 Subject: [PATCH] fix CSS for dead links and quoted text in catalog --- src/General/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 9c049ff07..6e9ccd5b3 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -595,6 +595,9 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { overflow: hidden; text-align: center; } +.catalog-thread > .comment > span.quote { + color: #789922; +} /* Announcement Hiding */ :root.hide-announcement #globalMessage { @@ -731,7 +734,7 @@ span.hide-announcement { } /* Quote */ -.deadlink { +:root:not(.catalog-mode) .deadlink { text-decoration: none !important; } .backlink.deadlink:not(.forwardlink),