Somewhat more discernible forwardlinks.

This commit is contained in:
Mayhem 2013-07-03 12:04:29 +02:00
parent 48a7837338
commit b307072907

View File

@ -482,6 +482,16 @@ a.hide-announcement {
text-decoration: none;
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 {
text-decoration: underline line-through;
}