Merge pull request '프로젝트관리 초기커밋' (#4) from V2025101701 into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2025-10-21 07:39:43 +00:00
7 changed files with 354 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
--success-color: #34a853;
--danger-color: #ea4335;
--warning-color: #fbbc04;
--background: #f5f5f5;
--background: #ffffff;
--surface: #ffffff;
--border-color: #dadce0;
--text-primary: #202124;
@@ -936,25 +936,6 @@ div.plm_menu_name h2 span,
outline-offset: 2px;
}
/* 다크모드 지원 (선택사항) */
@media (prefers-color-scheme: dark) {
:root {
--background: #0f172a;
--surface: #1e293b;
--border-color: #334155;
--text-primary: #f1f5f9;
--text-secondary: #94a3b8;
}
.input_title {
background: #1e293b;
}
.btn_wrap {
background: #1e293b;
}
}
/* 드래그앤드롭 영역 스타일 */
.dropzone {
background: #f8fafc;