Color quoted text in archived thread list. #275
This commit is contained in:
parent
52e5c2abb8
commit
3aafc75844
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user