Archived
1
0

add style for code blocks

This commit is contained in:
jeff 2015-08-19 22:35:35 -04:00
parent ad220c72df
commit 40a7f4b3d9

View File

@ -164,3 +164,8 @@ body {
pre > p {
margin: 0px 0px;
}
.post_body > pre {
background: #3f3f3f;
color: #d17600;
}