mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2026-01-31 12:04:22 +01:00
Merge pull request #11 from tomaskrizek/add-keyword-highlight
CSS: Add highlighting for inline keywords
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user