client: improve markdown font styles

This commit is contained in:
Max Leiter 2022-03-23 16:49:58 -07:00
parent 7ca0cbac4c
commit bbee452250
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -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 {