Added MPJ front end draft

Also added style tweak to highlight inline code blocks
This commit is contained in:
Daniel J. Summers
2018-08-24 21:00:19 -05:00
parent 668b1d811a
commit f3c061b0e5
2 changed files with 87 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ h2, h3 {
p {
margin: 1rem 0;
}
code {
background-color: rgba(0, 0, 0, .1);
padding: 0 .25rem;
}
#content {
margin: 0 1rem;
}