From 5386a24b8485f8116dffbd17a4a54c558e762a1c Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 14 Mar 2024 15:54:02 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=85=A8=E5=B1=80=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.vue b/src/App.vue index 7e34e80..d966dea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,4 +69,9 @@ export default { #app { height: 100%; } +body { + /* 文字颜色加深 */ + font-family: Helvetica Neue, Helvetica, Arial, sans-serif; + text-shadow: 0 0 1px rgba(0, 0, 0, 0.2); +}