From 47529e720f8136de50dbaa93512517702c2b24a7 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Tue, 1 Oct 2024 16:53:03 +0100 Subject: [PATCH] Remove underline --- src/parrot.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/parrot.css b/src/parrot.css index f474b94..b40c619 100644 --- a/src/parrot.css +++ b/src/parrot.css @@ -171,6 +171,7 @@ a#top { cursor: pointer; font-size: 2em; color: revert; + text-decoration: none; } @media (prefers-reduced-motion: reduce) { @@ -414,4 +415,4 @@ span.hd { footer a:hover, a:hover { color: #dadada; } -} \ No newline at end of file +}