CS-Notes/docs/_style/style.css

12 lines
172 B
CSS
Raw Normal View History

2018-12-19 13:14:24 +08:00
/*隐藏头部的目录*/
2018-12-19 10:07:44 +08:00
#main>ul:nth-child(1) {
display: none;
2018-12-19 13:14:24 +08:00
}
.markdown-section h1 {
margin: 3rem 0 0 0;
}
/*.anchor span {
color: rgb(66, 185, 131);
}*/