From ad04e1b5c7bc79838c7235516a7f75ca72cad855 Mon Sep 17 00:00:00 2001 From: "DESKTOP-KSVGT20\\shkim" Date: Wed, 13 May 2026 23:21:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B5=EB=AA=85=20=EC=A0=9C=EC=B6=9C=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=ED=91=9C=EC=8B=9C=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/upload.css | 8 ++++++++ src/public/upload.html | 17 ++++++++++++++++- src/server.js | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/public/upload.css b/src/public/upload.css index a53bc92..4dc568c 100644 --- a/src/public/upload.css +++ b/src/public/upload.css @@ -233,6 +233,14 @@ h1 { outline-offset: 2px; } +.guest-fields__anonymous { + color: #a64635; + font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif; + font-size: 13px; + font-weight: 700; + line-height: 1.45; +} + .file-picker input[type="file"] { position: absolute; inset: 0; diff --git a/src/public/upload.html b/src/public/upload.html index 2867866..66376f6 100644 --- a/src/public/upload.html +++ b/src/public/upload.html @@ -15,12 +15,13 @@

오늘의 순간

-

※ 연락처는 상품 전달 목적 외에는 사용되지 않으며, 전달 후 삭제됩니다.
※ 익명 제출 시 경품 대상에서 제외됩니다.

+

※ 연락처는 상품 전달 목적 외에는 사용되지 않으며, 전달 후 삭제됩니다.

@@ -54,6 +55,8 @@