From f22e2fca5ddea6c64e212999b69cc8be5c358bce Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Tue, 6 Sep 2022 23:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BE=8E=E5=8C=96=E5=B9=B6?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BA=86=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/version.txt | 2 +- static/css/home.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/js/version.txt b/js/version.txt index 06eda28..9b7a431 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.2.3 \ No newline at end of file +3.2.4 \ No newline at end of file diff --git a/static/css/home.css b/static/css/home.css index f206bbb..daab842 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -45,7 +45,7 @@ body { .btn { margin-bottom: 1rem; border: 1px solid #5fdefe; - width: 280px; + width: 260px; height: 30px; text-align: center; background-color: #1379cb; @@ -57,7 +57,7 @@ body { .btn1 { margin-bottom: 1rem; border: 1px solid #5c6cf6; - width: 280px; + width: 260px; height: 30px; text-align: center; border-radius: 50px; @@ -65,7 +65,9 @@ body { } .btn1 a { color: #000000; + font-size: 13px; } + .btn a { color: #ffffff; } -- GitLab