Fix quoted text color in 4chan X catalog.

This commit is contained in:
ccd0 2014-11-16 06:48:56 -08:00
parent 5b5e360e4e
commit bee23e83fe

View File

@ -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;