Somewhat more discernible forwardlinks.
This commit is contained in:
parent
48a7837338
commit
b307072907
@ -482,6 +482,16 @@ a.hide-announcement {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: 1px dashed;
|
border-bottom: 1px dashed;
|
||||||
}
|
}
|
||||||
|
@supports (text-decoration-style: double) or (-moz-text-decoration-style: double) {
|
||||||
|
.quotelink.forwardlink,
|
||||||
|
.backlink.forwardlink {
|
||||||
|
border-bottom: none;
|
||||||
|
-moz-text-decoration-line: underline;
|
||||||
|
-moz-text-decoration-style: double;
|
||||||
|
text-decoration-line: underline;
|
||||||
|
text-decoration-style: double;
|
||||||
|
}
|
||||||
|
}
|
||||||
.filtered {
|
.filtered {
|
||||||
text-decoration: underline line-through;
|
text-decoration: underline line-through;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user