CS-Notes/docs/_style/style.css
2018-12-19 13:14:24 +08:00

12 lines
172 B
CSS

/*隐藏头部的目录*/
#main>ul:nth-child(1) {
display: none;
}
.markdown-section h1 {
margin: 3rem 0 0 0;
}
/*.anchor span {
color: rgb(66, 185, 131);
}*/