Better style for code blocks
This commit is contained in:
parent
d60289aac8
commit
3b2d69893d
@ -167,6 +167,13 @@ article img {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article pre {
|
||||||
|
background: #DADADA;
|
||||||
|
padding: 1em;
|
||||||
|
overflow: auto;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Article.Meta */
|
/* Article.Meta */
|
||||||
|
|
||||||
main .article-meta, main .article-meta button {
|
main .article-meta, main .article-meta button {
|
||||||
|
Loading…
Reference in New Issue
Block a user