Color quoted text in archived thread list. #275

This commit is contained in:
ccd0 2015-01-04 16:56:01 -08:00
parent 52e5c2abb8
commit 3aafc75844
3 changed files with 9 additions and 6 deletions

View File

@ -39,6 +39,9 @@
} }
/* Quote */ /* Quote */
:root.photon #arc-list tr:nth-of-type(odd) span.quote {
color: #C0E17A;
}
:root.photon .backlink.deadlink { :root.photon .backlink.deadlink {
color: #F60 !important; color: #F60 !important;
} }

View File

@ -659,9 +659,6 @@ div[data-checked="false"] > .suboption-list {
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }
.catalog-thread > .comment > span.quote {
color: #789922;
}
/* /tg/ dice rolls */ /* /tg/ dice rolls */
.catalog-thread > .comment > b { .catalog-thread > .comment > b {
font-weight: normal; font-weight: normal;
@ -813,6 +810,9 @@ span.hide-announcement {
} }
/* Quote */ /* Quote */
.catalog-thread > .comment > span.quote, #arc-list span.quote {
color: #789922;
}
:root:not(.catalog-mode) .deadlink { :root:not(.catalog-mode) .deadlink {
text-decoration: none !important; text-decoration: none !important;
} }

View File

@ -31,14 +31,14 @@
} }
/* Catalog */ /* Catalog */
:root.tomorrow .catalog-thread > .comment > span.quote {
color: #B5BD68;
}
:root.tomorrow .catalog-code { :root.tomorrow .catalog-code {
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
/* Quote */ /* Quote */
:root.tomorrow .catalog-thread > .comment > span.quote, :root.tomorrow #arc-list span.quote {
color: #B5BD68;
}
:root.tomorrow .backlink.deadlink { :root.tomorrow .backlink.deadlink {
color: #81A2BE !important; color: #81A2BE !important;
} }