You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
All: Tweaked blockquote CSS to make it fit more with styling update
This commit is contained in:
@ -608,10 +608,9 @@ class MdToHtml {
|
||||
}
|
||||
blockquote {
|
||||
border-left: 4px solid ` + style.htmlCodeBorderColor + `;
|
||||
margin-left: 20px;
|
||||
padding-left: 30px;
|
||||
background-color: ` + style.htmlCodeBackgroundColor + `;
|
||||
border-radius: .15em;
|
||||
padding-left: 1.2em;
|
||||
margin-left: 0;
|
||||
opacity: .7;
|
||||
}
|
||||
table {
|
||||
text-align: left-align;
|
||||
|
Reference in New Issue
Block a user