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;
|
||||
text-align: center;
|
||||
}
|
||||
.catalog-thread > .comment > span.quote {
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
/* Announcement Hiding */
|
||||
:root.hide-announcement #globalMessage {
|
||||
@ -731,7 +734,7 @@ span.hide-announcement {
|
||||
}
|
||||
|
||||
/* Quote */
|
||||
.deadlink {
|
||||
:root:not(.catalog-mode) .deadlink {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.backlink.deadlink:not(.forwardlink),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user