Fixes style of italic text in markdown

Signed-off-by: Tim Hollmann <github.fe8c53c0@mail.tim-hollmann.de>
This commit is contained in:
Tim Hollmann 2019-11-01 07:56:16 +00:00
parent b532703d5a
commit 5134ee4578
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
text-decoration: line-through;
}
em {
font-style: italic;
}
ol,
ul {
margin-left: 20px;