- Commit
- 135ef56e2b73ba90a9dbfa797fd71282e7b31e46
- Parent
- 4a51eb09c7ffb419004edc2efbae6993ded6693e
- Author
- John MacFarlane <fiddlosopher@gmail.com>
- Date
Tweaked CSS in spec template so inline code has background color.
My personal build of CMark ✏️
Tweaked CSS in spec template so inline code has background color.
1 file changed, 1 insertion, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | template.html | 1 | 1 | 0 |
diff --git a/template.html b/template.html @@ -37,6 +37,7 @@ pre { word-wrap: break-word; /* Internet Explorer 5.5+ */ } code { font-family: monospace; } +p code { background-color: #D3E1E4; } div.example > pre { float:left; width: 48%; } div.example > pre.markdown { clear:left; } pre.tree { font-weight: bold; color: #777; }