From 162a6fea619b3c54ba4e0bf75b30bd01e1a5f391 Mon Sep 17 00:00:00 2001 From: Romelianism Date: Mon, 17 Feb 2025 23:52:48 +0800 Subject: [PATCH] fix(web): remove explicit color for footer link --- web/public/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/public/style.css b/web/public/style.css index a557a35..f6c2340 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -156,7 +156,6 @@ footer { } footer a { - color: blue; text-decoration: none; }