From 00d565f65fcb9bfdf68ee6e809c4ad552d346640 Mon Sep 17 00:00:00 2001 From: Fabricio Silva Date: Sat, 4 Jan 2025 00:30:20 +0000 Subject: [PATCH] remove text-decoration from url --- static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles.css b/static/styles.css index 439354b..d87d3a1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -52,6 +52,7 @@ samp { a { color: var(--pink); + text-decoration: none; } img, -- 2.51.2