client: remove backticks around inline code markdown blocks
This commit is contained in:
parent
9d6db0c40b
commit
c9f84fe69c
1 changed files with 14 additions and 0 deletions
|
@ -82,3 +82,17 @@
|
|||
.markdownPreview ul ul li {
|
||||
margin-left: var(--gap);
|
||||
}
|
||||
|
||||
.markdownPreview code {
|
||||
border-radius: 3px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
color: initial;
|
||||
background-color: #f5f5f5;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.markdownPreview code::before,
|
||||
.markdownPreview code::after {
|
||||
content: "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue