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