Merge branch 'from/develop/tusooa/1221-quote-style' into 'develop'
Improve quote style Closes #1221 See merge request pleroma/pleroma-fe!1697
This commit is contained in:
commit
b9b4181f17
|
@ -1,7 +1,11 @@
|
||||||
|
@import '../../variables';
|
||||||
|
|
||||||
.RichContent {
|
.RichContent {
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0.2em 0 0.2em 2em;
|
margin: 0.2em 0 0.2em 0.2em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
border-left: 0.2em solid var(--faint, $fallback--faint);
|
||||||
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in New Issue