From 4037a05b46e78c7aa541fe09efec45d55e9cecfd Mon Sep 17 00:00:00 2001 From: Brandon Van Dyck Date: Fri, 17 Nov 2023 09:48:14 -0500 Subject: [PATCH 1/2] Allow tags to have underline --- src/fields.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/fields.json b/src/fields.json index cdce857a3..59b6957a3 100644 --- a/src/fields.json +++ b/src/fields.json @@ -421,10 +421,7 @@ } }, "default": { - "color": "#0270E0", - "styles": { - "text-decoration": "none" - } + "color": "#0270E0" } } ] From e6ba00c371f81f756ff305f75e8ae3d180983322 Mon Sep 17 00:00:00 2001 From: Brandon Van Dyck Date: Wed, 29 Nov 2023 14:39:35 -0500 Subject: [PATCH 2/2] Explicitly set underline on links --- src/fields.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/fields.json b/src/fields.json index 59b6957a3..bf6705cea 100644 --- a/src/fields.json +++ b/src/fields.json @@ -421,7 +421,10 @@ } }, "default": { - "color": "#0270E0" + "color": "#0270E0", + "styles": { + "text-decoration": "underline" + } } } ]