/* 배경색을 눈이 편안한 색으로 변경 */
body {
background-color: #f5f5f0 !important;
}
/* 배경색을 눈이 편안한 색으로 변경 */
body {
background-color: #f5f5f0 !important;
}
/* 글이 써지는 중앙 영역도 같은 색으로 맞추고 싶다면 아래 추가 */
#container, #content, .inner {
background-color: transparent !important;
}