From 52b2b75f9540e90c18675e2c986c60b3deba1e2e Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 18 May 2020 17:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Qrcode.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 0e70bb3..554cdaa 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -485,12 +485,12 @@ a:hover { font-weight: bold; padding: 1px 0; color: #000000; - border-bottom: 1px solid #3e4ca3; + border-bottom: 1px solid #000000; } .Qr-article p a:hover { color: #000000; - border-bottom: 1px solid #3e4ca3; + border-bottom: 1px solid #000000; text-decoration: none; }