:구면/styles.css

/* 1. 문서 전체 바탕 색 */
body {
    background-color: #000 !important;
    color: #fff !important; /* 기본 글씨 색상 (2번과 같은 색) */
}

/* 2. 일반 글씨 색상 */
.mw-body {
    color: #fff !important;
}

/* 3. 링크된 글씨 색상 */
.mw-body a {
    color: #fff !important;
}
.mw-body a:visited {
    color: #fff !important;
}
.mw-body a:hover {
    color: #fff !important;
}

/* 4. 테두리 및 목차 선 색상 */
.mw-body, .toc, .toc ul, .toc li, .toc a {
    border-color: #333 !important;
}

/* 5. 목차 상단 배경 색 */
.toc {
    background-color: #444 !important;
}