CSS: Add highlighting for inline keywords

Signed-off-by: Tomas Krizek <tomas.krizek@mailbox.org>
This commit is contained in:
Tomas Krizek 2017-03-03 19:21:19 +01:00
parent 864379d4ec
commit 631bda4e18
No known key found for this signature in database
GPG Key ID: FA4A7FE8A9586F79
2 changed files with 10 additions and 1 deletions

View File

@ -163,6 +163,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).