pixelplanet/utils/markdown-test/index.css

26 lines
229 B
CSS

article {
border-style: solid;
}
.post-para {
white-space: pre-line;
}
section {
padding-left: 10px;
}
pre {
border-style: solid;
border-width: thin;
padding: 5px;
}
.gt {
color: green;
}
.rt {
color: red;
}