.sy__outline .b3-list-item__graphic {
display: none;
}
.protyle-wysiwyg [data-node-id].bq, .b3-typography blockquote {
min-height: 40px;
border-top: 3px solid #d83931;
border-bottom: var(--b3-border-wider);
color: black;
background-color: var(--b3-theme-background2) !important;
border-left: none !important;
padding: 5px 20px;
border-radius: var(--b3-border-radius-noraml);
margin: 4px;
}
.protyle-wysiwyg>.p {
line-height: 2.3; /*段落块的行间距,段间距的话前面该改成margin*/
}