Merge pull request #11 from tomaskrizek/add-keyword-highlight

CSS: Add highlighting for inline keywords
This commit is contained in:
Ben Balter 2017-12-07 16:52:38 -06:00 committed by GitHub
commit 36c73d3a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -153,6 +153,15 @@ pre {
overflow-y: hidden;
}
code.highlighter-rouge {
background: rgba(0,0,0,0.9);
border: 1px solid rgba(255, 255, 255, 0.15);
padding: 0px 3px;
margin: 0px -3px;
color: #aa759f;
border-radius: 2px;
}
table {
width: 100%;
margin: 0 0 20px 0;

View File

@ -2,7 +2,7 @@
layout: default
---
Text can be **bold**, _italic_, or ~~strikethrough~~.
Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`.
[Link to another page](another-page).