From bee23e83fe9d4b8c97924119708b3d5088f5527c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 16 Nov 2014 06:48:56 -0800 Subject: [PATCH] Fix quoted text color in 4chan X catalog. --- src/General/css/tomorrow.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index e7241c0af..6cbad2b30 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -27,6 +27,11 @@ border-color: #111; } +/* Catalog */ +:root.tomorrow .catalog-thread > .comment > span.quote { + color: #B5BD68; +} + /* Quote */ :root.tomorrow .backlink.deadlink { color: #81A2BE !important;