fix css for markdown
This commit is contained in:
parent
f5601e9c5e
commit
3ff716ac93
4 changed files with 13 additions and 2 deletions
|
@ -45,6 +45,12 @@ hr {
|
|||
border-top: 1px solid var(--bd);
|
||||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -29,4 +29,8 @@
|
|||
.md img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.md li {
|
||||
margin-top: .5em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue