From 3aafc7584489430aecc1ca248c970d071352b835 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 4 Jan 2015 16:56:01 -0800 Subject: [PATCH] Color quoted text in archived thread list. #275 --- src/General/css/photon.css | 3 +++ src/General/css/style.css | 6 +++--- src/General/css/tomorrow.css | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/General/css/photon.css b/src/General/css/photon.css index 228a7258a..d6dfccc71 100755 --- a/src/General/css/photon.css +++ b/src/General/css/photon.css @@ -39,6 +39,9 @@ } /* Quote */ +:root.photon #arc-list tr:nth-of-type(odd) span.quote { + color: #C0E17A; +} :root.photon .backlink.deadlink { color: #F60 !important; } diff --git a/src/General/css/style.css b/src/General/css/style.css index e254ae55b..837f8dbe6 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -659,9 +659,6 @@ div[data-checked="false"] > .suboption-list { overflow: hidden; text-align: center; } -.catalog-thread > .comment > span.quote { - color: #789922; -} /* /tg/ dice rolls */ .catalog-thread > .comment > b { font-weight: normal; @@ -813,6 +810,9 @@ span.hide-announcement { } /* Quote */ +.catalog-thread > .comment > span.quote, #arc-list span.quote { + color: #789922; +} :root:not(.catalog-mode) .deadlink { text-decoration: none !important; } diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index d207c26f9..9642547a2 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -31,14 +31,14 @@ } /* Catalog */ -:root.tomorrow .catalog-thread > .comment > span.quote { - color: #B5BD68; -} :root.tomorrow .catalog-code { background-color: rgba(255, 255, 255, 0.1); } /* Quote */ +:root.tomorrow .catalog-thread > .comment > span.quote, :root.tomorrow #arc-list span.quote { + color: #B5BD68; +} :root.tomorrow .backlink.deadlink { color: #81A2BE !important; }