Step 7 and styling updates

This commit is contained in:
Elizabeth Craig
2019-03-01 07:48:27 -08:00
parent 0e24c8ca9c
commit ed66d75d34
4 changed files with 33 additions and 25 deletions

View File

@@ -40,6 +40,18 @@ body {
overflow: auto;
}
#markdownReadme code {
font-family: Consolas,Menlo,Monaco,monospace;
font-size: 0.9em;
background-color: white;
padding: 0.2em 0.4em;
border-radius: 5px;
}
#markdownReadme code.hljs {
background-color: inherit;
}
/**
* highlight.js style
*/