fix(project): 보드 세션(컬럼) 배경이 페이지와 구분 안 되던 문제 수정
.pj-col 배경(#f6f5fb)이 흰 페이지 배경과 거의 같아 세션 구분이 안 보였다. 회색 톤(#eef0f4)+테두리로 아사나처럼 컬럼 경계를 뚜렷하게 표시. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916e" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916f" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916e" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916f" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916e" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916f" />
|
||||
<!-- 구글 머티리얼 심볼(담당자 아이콘 등) — self-host -->
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
<!-- 타임라인 vis-timeline — self-host -->
|
||||
|
||||
Reference in New Issue
Block a user