:스텔레노스트레/styles.css

#toc {
    margin-left: 20px; /* 왼쪽 간격 설정 */
}

.toc ul {
	background-color:#151517!important;
	border: 2px solid #b5834d!important;
	border-bottom-right-radius: 0rem!important;
	border-bottom-left-radius: 0rem!important;
}
.toc li {
	background-color: transparent!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}
.toctitle {
	background-color: #151517!important;
	border: 2px solid #b5834d!important;
	border-top-right-radius: 0rem!important;
	border-top-left-radius: 0rem!important;
	font-weight: normal !important;
}

#mw-toc-heading{
	color:#d8aa79;
}
.toctogglelabel:after {
	color: #d8aa79!important;
}
.tocnumber {
	color:#d8aa79!important;
}
.toctogglespan {
	color:#d8aa79!important;
}
.toctext {
    color: #d8aa79 !important;
    font-family: 'Chosunilbo_myungjo', serif !important;
    font-weight: normal !important;
}

.tocnumber {
    font-family: 'Chosunilbo_myungjo', serif !important;
    font-weight: normal !important; /* 볼드 제거 */
}
.ct-tool {
    background-color: #151517 !important; /* 버튼의 배경색 */
    color: #ffffff !important; /* 버튼의 글자색 */
}
.WW-bg  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #222;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  
  z-index:-3;
}
#mw-file-description figcaption {
    background-color: #d8aa79;
}