From 6bac91d80b5f454f2f2d47f4253b664dd1cc06ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=9F=E9=9B=B2?= Date: Sun, 31 Mar 2024 01:17:23 +0800 Subject: [PATCH] better look --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 7a68c0c..6c5ad81 100644 --- a/styles.css +++ b/styles.css @@ -37,7 +37,7 @@ body { .friend-code { display: flex; - font-size: 16px; + font-size: 18px; } .stats { @@ -59,7 +59,7 @@ body { } .stat-value { - font-size: 20px; + font-size: 18px; } .fetch-stats { @@ -96,4 +96,4 @@ body { border-radius: 5px; /* 边框圆角 */ color: white; /* 文字颜色 */ font-size: 16px; /* 字体大小 */ -} \ No newline at end of file +}