mirror of https://github.com/vector-im/riot-web
Markdown: styles for bold/italics
parent
f6ed21559a
commit
eb37032d8a
|
@ -12,3 +12,11 @@
|
|||
padding: 2px 8px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.mx_Markdown_BOLD {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mx_Markdown_ITALIC {
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue