From cb6d7f2f472c2ac99562c85e37ff6fdc1b6690ef Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Sun, 5 Apr 2020 10:21:34 +0100 Subject: [PATCH] test adding indication of hyperlinks --- assets/css/app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index f7d437d..4a43672 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -4177,12 +4177,13 @@ h6 { a { color: #2199e8; - text-decoration: none; + text-decoration: underline dotted #1e2637; line-height: inherit; cursor: pointer; } a:hover, a:focus { - color: #1585cf; } + color: #1585cf; + text-decoration: underline dashed #1585cf; } a img { border: 0; }