代码高亮pre样式调整
This commit is contained in:
parent
d262d44933
commit
64b6599e0e
|
|
@ -272,7 +272,4 @@ a.github-corner {
|
||||||
color #a3a3a3
|
color #a3a3a3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div.markdown-body pre{
|
|
||||||
padding: 0.6em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
@ -90,8 +90,6 @@ div.markdown-body
|
||||||
ul ul ol, ul ol ol, ol ul ol, ol ol ol
|
ul ul ol, ul ol ol, ol ul ol, ol ol ol
|
||||||
list-style-type lower-alpha
|
list-style-type lower-alpha
|
||||||
pre
|
pre
|
||||||
overflow: auto
|
|
||||||
padding: 1em
|
|
||||||
margin-top: 1.5em
|
margin-top: 1.5em
|
||||||
margin-bottom: 1.5em
|
margin-bottom: 1.5em
|
||||||
line-height: 1.3
|
line-height: 1.3
|
||||||
|
|
@ -107,6 +105,8 @@ div.markdown-body
|
||||||
font-size 0.93em
|
font-size 0.93em
|
||||||
-webkit-overflow-scrolling touch
|
-webkit-overflow-scrolling touch
|
||||||
code
|
code
|
||||||
|
padding: 0.7em
|
||||||
|
overflow: auto
|
||||||
background-color transparent
|
background-color transparent
|
||||||
color inherit
|
color inherit
|
||||||
line-height 1.4
|
line-height 1.4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue