From 100b91a118c93ccf88c3368c2771a46e2bcb1c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Sun, 25 Sep 2022 17:14:01 +0800 Subject: [PATCH] style: reset.css --- src/styles/reset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/reset.css b/src/styles/reset.css index e27049c..5af4258 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -12,7 +12,7 @@ html { a { text-decoration: none; - color: #333; + color: inherit; } a:hover,