From d9d88c5ee572bf9e6131101124d706d6e5d20275 Mon Sep 17 00:00:00 2001
From: Casey Rodarmor <casey@rodarmor.com>
Date: Fri, 23 Dec 2022 18:59:00 -0800
Subject: [PATCH] Remove text inscription anchor tag text decoration

---
 static/index.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/static/index.css b/static/index.css
index bc1a09837a..6ba1b300d3 100644
--- a/static/index.css
+++ b/static/index.css
@@ -210,6 +210,7 @@ iframe {
 
 a.content {
   color: inherit;
+  text-decoration: none;
 }
 
 img.inscription {