fix(styling): fixed white background for markdown block codes
This commit is contained in:
parent
7d196811c4
commit
3aec79cd17
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ div.markdown-block #message {
|
|||
font-family: @text-monospace;
|
||||
font-size: 11px;
|
||||
.border-radius(@border-radius);
|
||||
background-color: white;
|
||||
background-color: transparent;
|
||||
color: @grey3;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue