CS-Notes/docs/_style/style.css
2018-12-31 20:41:55 +08:00

23 lines
333 B
CSS

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