From 5af01c06b8e82fba4af88149d4c1398101cda410 Mon Sep 17 00:00:00 2001 From: zortazert Date: Thu, 14 Apr 2022 15:36:34 -0500 Subject: [PATCH] No more line under links --- default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.css b/default.css index f142f08..67f03a7 100644 --- a/default.css +++ b/default.css @@ -75,10 +75,12 @@ th,td { a { color: #C648EA; + text-decoration: none; } a:hover { color: #DB82F4; + text-decoration: none; } img {