From 85ecd6d65d0c3fae6c92737e7e60639f60104fed Mon Sep 17 00:00:00 2001 From: PASSER-BY Date: Fri, 25 Feb 2022 20:29:16 +0800 Subject: [PATCH] Update index.css --- style/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/index.css b/style/index.css index 59c933a..64c76de 100644 --- a/style/index.css +++ b/style/index.css @@ -194,8 +194,8 @@ a:hover{ display: inline-block; width: 100%; height: 30px; - background: #f6f6f6; - border: 1px solid #ebebeb; + background: #fafafa; + border: 1px solid #ebebeb; padding: 5px 10px; box-sizing: border-box; line-height: 20px; @@ -255,7 +255,7 @@ a:hover{ width: 100%; height: 120px; padding:5px 10px; - background: #f6f6f6; + background: #fafafa; border: 1px solid #ebebeb; box-sizing: border-box; border-radius: 5px;