2023-03-05 20:25:48 +00:00
|
|
|
.status__content__text,
|
|
|
|
.e-content,
|
|
|
|
.reply-indicator__content {
|
|
|
|
pre,
|
|
|
|
blockquote {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
unicode-bidi: plaintext;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
2023-04-16 15:45:18 +00:00
|
|
|
padding-inline-start: 10px;
|
|
|
|
border-inline-start: 3px solid $darker-text-color;
|
2023-03-05 20:25:48 +00:00
|
|
|
color: $darker-text-color;
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& > ul,
|
|
|
|
& > ol {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5 {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2 {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5 {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
em,
|
|
|
|
i {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub {
|
|
|
|
font-size: smaller;
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
|
|
|
|
|
|
|
sup {
|
|
|
|
font-size: smaller;
|
|
|
|
vertical-align: super;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul,
|
|
|
|
ol {
|
2023-04-16 15:45:18 +00:00
|
|
|
margin-inline-start: 2em;
|
2023-03-05 20:25:48 +00:00
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
|
|
list-style-type: decimal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.reply-indicator__content {
|
|
|
|
blockquote {
|
|
|
|
border-left-color: $inverted-text-color;
|
|
|
|
color: $inverted-text-color;
|
|
|
|
}
|
|
|
|
}
|