From b307072907e08a178ccf686d32838cd51883db81 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 3 Jul 2013 12:04:29 +0200 Subject: [PATCH] Somewhat more discernible forwardlinks. --- css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/style.css b/css/style.css index ce398bc5e..7b92c6fdf 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }