fix CSS for dead links and quoted text in catalog
This commit is contained in:
parent
7c45f642f5
commit
20ff15d3f9
@ -595,6 +595,9 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.catalog-thread > .comment > span.quote {
|
||||||
|
color: #789922;
|
||||||
|
}
|
||||||
|
|
||||||
/* Announcement Hiding */
|
/* Announcement Hiding */
|
||||||
:root.hide-announcement #globalMessage {
|
:root.hide-announcement #globalMessage {
|
||||||
@ -731,7 +734,7 @@ span.hide-announcement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Quote */
|
/* Quote */
|
||||||
.deadlink {
|
:root:not(.catalog-mode) .deadlink {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
.backlink.deadlink:not(.forwardlink),
|
.backlink.deadlink:not(.forwardlink),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user