auto commit

This commit is contained in:
CyC2018 2018-12-31 21:01:42 +08:00
parent fc58a08abf
commit d36581667f

View File

@ -4,7 +4,11 @@
}
.markdown-section h1 {
margin: 3rem 0 0 0;
margin: 3rem 0 2rem 0;
}
.markdown-section h2 {
margin: 2rem 0 1rem;
}
.content,
@ -24,6 +28,12 @@ body {
font-size: 15px !important;
}
.markdown-section pre>code {
font-family: Consolas, Roboto Mono, Monaco, courier, monospace;
font-size: .9rem;
}
/*.anchor span {
color: rgb(66, 185, 131);
}*/