틀:언싱커블/styles.css: 두 판 사이의 차이

(새 문서: →‎목차 글자 색 변경: #mw-toc-heading{ color:#fd0!important; })
 
편집 요약 없음
1번째 줄: 1번째 줄:
/*목차 글자 색 변경*/
/* 목차 글자 색 변경 */
 
#mw-toc-heading{
#mw-toc-heading{
color:#fd0!important;
}
.toctogglelabel:after {
color: #fd0!important;
}
.tocnumber {
color:#fd0!important;
}
.toctogglespan {
color:#fd0!important;
}
.toctext {
color:#fd0!important;
color:#fd0!important;
}
}

2024년 3월 2일 (토) 12:29 판

/* 목차 글자 색 변경 */

#mw-toc-heading{
	color:#fd0!important;
}

.toctogglelabel:after {
	color: #fd0!important;
}
.tocnumber {
	color:#fd0!important;
}
.toctogglespan {
	color:#fd0!important;
}
.toctext {
	color:#fd0!important;
}