From 41148176512f5c0d9f6879aaa3c9b12838f4ba5a Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Fri, 8 Jul 2022 14:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20title=20=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C=20opacity=200.8=20white=20shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/Header.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/Header.module.css b/styles/Header.module.css index 8de1298..e7bf641 100644 --- a/styles/Header.module.css +++ b/styles/Header.module.css @@ -34,5 +34,6 @@ text-align: center; font-size: 2rem; line-height: 3rem; - text-shadow: 1px 1px 1px black; + text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7); + opacity: 0.8; }