From 0479867ca29ff3c63b6a8ce00a1576cc1109140e Mon Sep 17 00:00:00 2001 From: wonder Date: Fri, 28 Aug 2026 10:30:56 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将项目描述边框从蓝色实线改为灰色虚线 - 降低视觉突出度,使样式更加柔和 --- css/resume.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/resume.css b/css/resume.css index 62ace32..02ad016 100644 --- a/css/resume.css +++ b/css/resume.css @@ -317,7 +317,7 @@ body { color: #252525; line-height: 1.45; margin-bottom: 3px; - border: 1px solid #4478DF; + border: 1px dashed #b0b0b0; border-radius: 4px; padding: 4px 8px; text-align: center;