Fixes style of italic text in markdown
Signed-off-by: Tim Hollmann <github.fe8c53c0@mail.tim-hollmann.de>
This commit is contained in:
parent
b532703d5a
commit
5134ee4578
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
margin-left: 20px;
|
||||
|
|
Loading…
Reference in a new issue