diff --git a/src/main/resources/templates/board.html b/src/main/resources/templates/board.html index d45eada..c5c4247 100644 --- a/src/main/resources/templates/board.html +++ b/src/main/resources/templates/board.html @@ -8,29 +8,51 @@
카드를 드래그해 단계를 옮기세요. 수집 → 검토 → 작업대상 → 완료.
+카드를 드래그해 단계를 옮기세요. 수집 → 검토 → 작업대상 → 완료.
| Video | Script | @@ -315,10 +315,10 @@ options: { responsive: true, maintainAspectRatio: false, interaction: { mode: 'index', intersect: false }, - plugins: { legend: { labels: { color: '#cbd5e1' } } }, + plugins: { legend: { labels: { color: 'var(--text-2)' } } }, scales: { - x: { ticks: { color: '#94a3b8' }, grid: { color: 'rgba(255,255,255,0.05)' } }, - y: { position: 'left', ticks: { color: '#a78bfa' }, grid: { color: 'rgba(255,255,255,0.05)' }, title: { display: true, text: '구독자', color: '#a78bfa' } }, + x: { ticks: { color: '#94a3b8' }, grid: { color: 'var(--surface-2)' } }, + y: { position: 'left', ticks: { color: '#a78bfa' }, grid: { color: 'var(--surface-2)' }, title: { display: true, text: '구독자', color: '#a78bfa' } }, y1: { position: 'right', ticks: { color: '#34d399' }, grid: { drawOnChartArea: false }, title: { display: true, text: '조회수', color: '#34d399' } } } } diff --git a/src/main/resources/templates/channels.html b/src/main/resources/templates/channels.html index dd66db8..e2d5758 100644 --- a/src/main/resources/templates/channels.html +++ b/src/main/resources/templates/channels.html @@ -40,13 +40,13 @@ onchange="updateSelectedCount(); event.stopPropagation();">
|---|
| 썸네일 | 제목 | @@ -89,7 +89,7 @@
|---|