Table of Contents
핵심 요약: DIY 옵션 캘린더의 배경·글자 색상을 CSS 변수로 변경하는 방법을 안내합니다.
:root {
--msdp-calendar-background-color: 색상 !important;
--msdp-calendar-caption-color: 색상 !important;
--msdp-calendar-week-name-color: 색상 !important;
--msdp-calendar-checked-color: 색상 !important;
}
–msdp-calendar-background-color (배경색)
–msdp-calendar-caption-color
–msdp-calendar-week-name-color
–msdp-calendar-checked-color

자주 묻는 질문 #
색상은 어떻게 지정하나요?
각 CSS 변수의 “색상” 부분에 원하는 색상 코드를 입력하면 됩니다.
변경이 필요하지 않은 항목은 어떻게 하나요?
변경이 필요 없는 CSS 변수는 코드에서 제외하고 작성하지 않으면 됩니다.