From 0cb9847f3f21185b89bb771037feecc86c97082b Mon Sep 17 00:00:00 2001 From: tas0dev <156896971+tas0dev@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:42:38 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E3=81=AB=E5=88=A9=E7=94=A8=E8=A6=8F=E7=B4=84=E3=80=81?= =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=A4=E3=83=90=E3=82=B7=E3=83=BC=E3=83=9D?= =?UTF-8?q?=E3=83=AA=E3=82=B7=E3=83=BC=E3=81=B8=E3=81=AE=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/console/index.html | 1 + src/public/console/style.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/public/console/index.html b/src/public/console/index.html index 85c0ccd..da5d19f 100644 --- a/src/public/console/index.html +++ b/src/public/console/index.html @@ -21,6 +21,7 @@ GitHub logo GitHubでサインイン +
利用規約 | プライバシーポリシー
diff --git a/src/public/console/style.css b/src/public/console/style.css index fd64610..af7a62b 100644 --- a/src/public/console/style.css +++ b/src/public/console/style.css @@ -76,7 +76,8 @@ nav { } .login-icon svg { width: 26px; height: 26px; stroke: white; fill: none; stroke-width: 1.8; stroke-linecap: round; } .login-title { font-size: 24px; font-weight: 500; letter-spacing: -0.03em; margin-bottom: 8px; } -.login-sub { font-size: 14px; color: var(--g600); line-height: 1.6; margin-bottom: 28px; } +.login-sub { font-size: 14px; color: var(--g600); line-height: 1.6; margin-bottom: 28px; margin-top: 28px;} +.login-sub a { color: var(--g600); text-decoration: none;} .btn-github { display: inline-flex; align-items: center; gap: 9px; padding: 12px 26px; background: var(--black); color: var(--white);