프라치노 공간 테마가 다 좋은데 다크 모드일 때 배경색이 너무 까만색이라 색을 수정했습니다.
#1c1c1d와 28, 28, 29 이 부분을 원하는 색상으로 변경하면 됩니다.(둘다 같은 색의 표현식입니다.)
@charset "utf-8";
/* 편집하기 전에 <사용자화된 CSS 활성화> 옵션이 켜져 있는지 확인하십시오. 이 줄 아래에 사용자화 스타일 시트 코드를 입력하면 됩니다. */
html.night {
background-color: #1c1c1d;
}
html.night #global-navigation {
background-color: #1c1c1d !important;
}
html.night .activity-content-wrap:after {
background: inherit !important;
}
html.night #article.fc table td, html.night #article.fc table tr {
border: none;
}
html.night .card-type .index-item-summary:after, html.night .text-type .index-item-summary:after {
background: linear-gradient(90deg,rgba(28, 28, 29,0),rgba(28, 28, 29,1) 75%) !important;
}
스킨 편집에서 사용자화된 CSS활성화를 켜줘야합니다.