From d36581667ffede2e58e8710e7f6e039286a8948c Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Mon, 31 Dec 2018 21:01:42 +0800 Subject: [PATCH] auto commit --- docs/_style/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/_style/style.css b/docs/_style/style.css index c91250fc..2ac31480 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -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); }*/ \ No newline at end of file