From 7497cb08ce4814d0e61970036a6f012e4583d965 Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Fri, 12 Jun 2026 22:39:45 +0900 Subject: [PATCH] fix(ui): collection page readable in light theme Tokenized dark-assuming inline colors (white title/dropdown text, translucent white surfaces, #1e1e2d modal) so the collection table renders correctly in the light theme; header uses shared page-header. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/main/resources/templates/collection.html | 26 +++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/main/resources/templates/collection.html b/src/main/resources/templates/collection.html index 559bde2..b1b8518 100644 --- a/src/main/resources/templates/collection.html +++ b/src/main/resources/templates/collection.html @@ -8,10 +8,12 @@
-
-

수집함 (Collection)

-

수집한 영상을 분류·발굴하고 재가공 대상을 관리합니다.

-
+
@@ -28,12 +30,12 @@
+ style="padding:8px; background:var(--surface-2); border:1px solid var(--glass-border); border-radius:var(--radius-md); color:var(--text); outline:none;">
+ style="padding:2px; height:42px; width:56px; background:var(--surface-2); border:1px solid var(--glass-border); border-radius:var(--radius-md);">
@@ -96,7 +98,7 @@
- + @@ -118,7 +120,7 @@
썸네일 제목
- ${esc(v.title)}${shortsBadge} + ${esc(v.title)}${shortsBadge}
- ${esc(v.channelTitle||'-')} + ${esc(v.channelTitle||'-')} ${fmt(v.subscriberCount)} ${fmt(v.viewCount)}