diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index 5947fa4..779d8fb 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -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; diff --git a/index.md b/index.md index aa80142..8ee80b6 100644 --- a/index.md +++ b/index.md @@ -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).