This commit is contained in:
CyC2018 2019-03-15 17:10:36 +08:00
parent e8dd883510
commit b5fd4c1800

View File

@ -13,7 +13,10 @@
<!-- <link rel="stylesheet" href="_style/style.css"> --> <!-- <link rel="stylesheet" href="_style/style.css"> -->
<!--solarizedlight tomorrow coy--> <!--solarizedlight tomorrow coy-->
<!-- <link rel="stylesheet" href="_style/prism-master/themes/prism-coy.css"> --> <!-- <link rel="stylesheet" href="_style/prism-master/themes/prism-coy.css"> -->
<!-- 将自定义样式放在 Github 上会导致加载速度变得非常慢,所以采取直接内嵌的方式 -->
<style type="text/css"> <style type="text/css">
/* 隐藏头部的目录 */ /* 隐藏头部的目录 */
#main>ul:nth-child(1) { #main>ul:nth-child(1) {
display: none; display: none;
@ -50,8 +53,7 @@
.markdown-section pre>code { .markdown-section pre>code {
font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important; font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important;
font-size: .9rem !important; /*font-size: .9rem !important;*/
} }
/*.anchor span { /*.anchor span {
@ -70,7 +72,6 @@
box-shadow: 7px 9px 10px #aaa !important; box-shadow: 7px 9px 10px #aaa !important;
} }
pre { pre {
background-color: #f3f2ee !important; background-color: #f3f2ee !important;
} }
@ -87,6 +88,8 @@
pre { pre {
padding-left : 0px !important; padding-left : 0px !important;
padding-right : 0px !important; padding-right : 0px !important;
padding-top : 10px !important;
padding-bottom : 10px !important;
} }
} }