client: improve markdown font styles
This commit is contained in:
parent
7ca0cbac4c
commit
bbee452250
1 changed files with 6 additions and 1 deletions
|
@ -95,8 +95,13 @@ article *:not(pre) > code {
|
|||
}
|
||||
|
||||
article li > p {
|
||||
font-family: var(--font-mono);
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
article code > * {
|
||||
font-family: var(--font-mono);
|
||||
}
|
||||
|
||||
article pre {
|
||||
|
|
Loading…
Reference in a new issue