mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-07 04:24:35 -04:00
BUGFIX: background on inline code blocks + pre blocks
This commit is contained in:
parent
f397a3e157
commit
32b7405941
1 changed files with 19 additions and 0 deletions
|
@ -124,3 +124,22 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
|||
.hljs-chunk {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
| SHOULD NOT BE REMOVED |
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
p > code, li > code, pre > code {
|
||||
margin: 0 2px;
|
||||
padding: 2px 5px;
|
||||
color: #333;
|
||||
background: #f8f8f8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue