commit: c74285b0d7313288154a4959fe02dd11927c9e7e
parent: 4c65ea6a9de022099ae685e4cdffd014ba81275e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 1 Apr 2018 23:09:35 +0200
app/javascript/styles/mastodon/components.scss: Markdown formatting support
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
@@ -715,6 +715,16 @@
display: block;
}
}
+
+ em {
+ font-style: italic;
+ }
+ strong {
+ font-weight: bold;
+ }
+ ul li:before {
+ content: "• ";
+ }
}
.reply-indicator__content {