theme/mytheme/css/layout.css 전체 color 조정하기
:root {
--primary-color: #44536a;
--secondary-color: #e9edf2;
--tertiary-color: #e84958;
--point-color: #e84958;
--darkgray-color: #c2c2c2;
--lightgray-color: #f7f7f7;
--white-color: #ffffff;
--footerbg-color: #f4f4f4;
--background-color: #f9f9f9;
--line-color: #dddddd;
--body-color: #212326;
--text-color: #212326;
--inner-size: 1440px;
--w-inner-size: 1440px;
}
작성자 다름테마 작성일 01-08