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;
|
|
|
|
}
|
|
|
|
|
2018-12-31 20:41:55 +08:00
|
|
|
.content,
|
|
|
|
.sidebar,
|
|
|
|
.markdown-section,
|
|
|
|
body {
|
|
|
|
background-color: rgba(243, 242, 238, 1) !important;
|
|
|
|
}
|
|
|
|
|
2018-12-19 13:14:24 +08:00
|
|
|
/*.anchor span {
|
|
|
|
color: rgb(66, 185, 131);
|
|
|
|
}*/
|