You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.1 KiB
90 lines
1.1 KiB
.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 { |
|
padding-inline-start: 10px; |
|
border-inline-start: 3px solid $darker-text-color; |
|
color: $darker-text-color; |
|
white-space: normal; |
|
|
|
p:last-child { |
|
margin-bottom: 0; |
|
} |
|
} |
|
|
|
& > ul, |
|
& > ol { |
|
margin-bottom: 20px; |
|
} |
|
|
|
b, |
|
strong { |
|
font-weight: 700; |
|
} |
|
|
|
em, |
|
i { |
|
font-style: italic; |
|
} |
|
|
|
ul, |
|
ol { |
|
margin-inline-start: 2em; |
|
|
|
p { |
|
margin: 0; |
|
} |
|
} |
|
|
|
ul { |
|
list-style-type: disc; |
|
} |
|
|
|
ol { |
|
list-style-type: decimal; |
|
} |
|
|
|
h1 { |
|
font-size: 1.5em; |
|
font-weight: 700; |
|
margin: 1em 0; |
|
} |
|
|
|
h2 { |
|
font-size: 1.25em; |
|
font-weight: 700; |
|
margin: 1em 0; |
|
} |
|
|
|
h3 { |
|
font-size: 1.125em; |
|
font-weight: 700; |
|
margin: 1em 0; |
|
} |
|
|
|
h4, |
|
h5, |
|
h6 { |
|
font-size: 1em; |
|
font-weight: 700; |
|
margin: 1em 0; |
|
} |
|
} |
|
|
|
.reply-indicator__content { |
|
blockquote { |
|
border-left-color: $inverted-text-color; |
|
color: $inverted-text-color; |
|
} |
|
}
|
|
|