From f6e2dabe55c4a7be7b3a90fb4e02b326a2b05f58 Mon Sep 17 00:00:00 2001 From: mumuy Date: Fri, 25 Feb 2022 12:02:19 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E6=A0=B7=E5=BC=8F=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style/index.css b/style/index.css index cba4f76..faad8d9 100644 --- a/style/index.css +++ b/style/index.css @@ -286,15 +286,15 @@ a:hover{ .mod-panel .intro,.mod-panel .article{ padding: 10px 20px; margin: 10px 0; - background: #f6f8fa; + background: rgb(246, 248, 250); border-radius: 6px; - color: #888; + color: rgb(110, 119, 129); } .mod-panel .intro h3{ margin-bottom: 10px; font-size: 16px; font-weight: bold; - color: #666; + color: rgba(36, 41, 47, 0.8); } .mod-panel .intro p{ line-height: 22px; @@ -306,7 +306,7 @@ a:hover{ .mod-panel .intro p.q{ margin-top: 10px; font-weight: bold; - color: #666; + color: rgba(36, 41, 47, 0.8); } .mod-panel .table-inner{ overflow-x: auto;