Merge branch 'markdown-blockquote' into 'develop'
update markdown styles, fixes #290 Closes #290 See merge request soapbox-pub/soapbox-fe!156
This commit is contained in:
commit
0dbb1ecdbd
1 changed files with 5 additions and 3 deletions
|
@ -14,8 +14,7 @@
|
|||
}
|
||||
|
||||
ul,
|
||||
ol,
|
||||
blockquote {
|
||||
ol {
|
||||
margin-bottom: 20px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
@ -33,7 +32,10 @@
|
|||
}
|
||||
|
||||
blockquote p {
|
||||
font-style: italic;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 15px;
|
||||
border-left: 3px solid hsla(var(--primary-text-color_hsl), 0.4);
|
||||
color: var(--primary-text-color--faint);
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
Loading…
Reference in a new issue