From ca917656fafb20ae5566a056400540b231c891fa Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Sun, 5 Apr 2020 10:27:05 +0100
Subject: [PATCH] Hyperlink underline in light gray

---
 assets/css/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/css/app.css b/assets/css/app.css
index ef17bbe..b13b071 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -4177,7 +4177,7 @@ h6 {
 
 a {
   color: #2199e8;
-  text-decoration: underline dotted #1e2637;
+  text-decoration: underline dotted #9196a2;
   line-height: inherit;
   cursor: pointer; }