feat(tksafety): 테마 색상 주황→파랑 변경 (tkfb와 시각적 구분)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-13 13:43:49 +09:00
parent b14448fc54
commit e2def8ab14
10 changed files with 65 additions and 65 deletions

View File

@@ -5,13 +5,13 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b
/* Input */
.input-field { border: 1px solid #e2e8f0; transition: border-color 0.15s; outline: none; }
.input-field:focus { border-color: #f97316; box-shadow: 0 0 0 3px rgba(249,115,22,0.1); }
.input-field:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,0.1); }
/* Toast */
.toast-message { transition: opacity 0.3s; }
/* Nav active */
.nav-link.active { background: rgba(249,115,22,0.15); color: #ea580c; font-weight: 600; }
.nav-link.active { background: rgba(59,130,246,0.15); color: #2563eb; font-weight: 600; }
/* Stat card */
.stat-card { background: white; border-radius: 0.75rem; padding: 1.25rem; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
@@ -57,7 +57,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b
/* Checklist tabs */
.checklist-tab { border-bottom-color: transparent; color: #6b7280; }
.checklist-tab:hover { color: #374151; background: #f9fafb; }
.checklist-tab.active { border-bottom-color: #ea580c; color: #ea580c; font-weight: 600; }
.checklist-tab.active { border-bottom-color: #2563eb; color: #2563eb; font-weight: 600; }
/* Responsive */
@media (max-width: 768px) {