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