From b0a584f99aa4fa8149a93ae8ddb6597e7c1c5127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A6=8F=E9=A1=BA?= Date: Thu, 28 Dec 2023 15:05:46 +0800 Subject: [PATCH] 1.login --- src/main/resources/static/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 46691f6..e2b231e 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -14,6 +14,8 @@ --lightblue: #008997; --diyColors: #d2c7c7; + + --diyFont: #504747; /* RADII */ --button-radius: 0.7rem; @@ -39,6 +41,7 @@ } .form__title { + font-style: var(--diyFont); font-weight: 300; margin: 0 0 1.25rem; }