From 1e11e6a1a253595b9f576e26b6b87efbb85a6656 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 25 Apr 2023 11:08:49 +0100 Subject: [PATCH] bug: underlined links --- packages/app/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/app/src/index.css b/packages/app/src/index.css index 5a12c479..89461fd8 100644 --- a/packages/app/src/index.css +++ b/packages/app/src/index.css @@ -374,6 +374,7 @@ input:disabled { a { color: inherit; line-height: 1.3em; + text-decoration: none; } a.ext {