mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
remove default bgcolor from code highlight
This commit is contained in:
parent
e45b3c15c3
commit
737f81b3a9
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
|||
display: block;
|
||||
padding: 0.5em;
|
||||
color: #333;
|
||||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
|
@ -137,4 +136,4 @@ p > code, li > code, pre > code {
|
|||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
// removed some unnecessary styles here
|
||||
// removed some unnecessary styles here
|
||||
|
|
Loading…
Reference in a new issue