메인 교육일정 색상 추가

This commit is contained in:
subsub 2025-11-05 15:54:49 +09:00
parent 068e39122b
commit 91fcb6edcf

View File

@ -67,6 +67,7 @@
.section02 .list .title{font-size:2.1rem;font-weight:500;color:#555;line-height:1.4;}
.section02 .list .status{display:flex;width:90px;height:40px;font-size:1.9rem;font-weight:500;border-radius:3px;justify-content:center;align-items:center;}
.section02 .list .status.blue{background:#e5eef3;color:#2750a3;}
.section02 .list .status.purple{background:#f0ebff;color:#764feb;}
.section02 .list .status.gray{background:#eaeaea;color:#7c7c7c;}
/* section03 */