feat:1、优化GFM列表按钮样式

2、优化引用块样式
3、增加锚节点语法支持
This commit is contained in:
lifei6671
2018-09-04 15:28:08 +08:00
parent 369bbdd0b3
commit ecaf0b8c37
4 changed files with 34 additions and 45 deletions

View File

@@ -3118,13 +3118,12 @@
background-color: #fff;
}
.editormd-preview-container blockquote, .editormd-html-preview blockquote {
color: #666;
border-left: 4px solid #ddd;
padding-left: 20px;
margin-left: 0;
color: #2C3E50;
border-left: 4px solid #D6DBDF;
font-size: 14px;
font-style: italic;
line-height:1.7em;
background: none repeat scroll 0 0 rgba(102,128,153,.05);
margin: 8px 0;
padding: 8px 16px;
}
.editormd-preview-container p code, .editormd-html-preview p code {
margin-left: 5px;
@@ -3189,14 +3188,6 @@
font-family: "YaHei Consolas Hybrid", Consolas, "Microsoft YaHei", "Malgun Gothic", "Segoe UI", Helvetica, Arial !important;
}
.editormd-preview-container blockquote.default, .editormd-html-preview blockquote.default {
border-left: 5px solid #D0E3F0;
margin: 8px 0;
padding: 8px 16px;
background-color: #F0F7FD;
color: #0382AD;
font-size: 14px;
}
.editormd-preview-container blockquote.info, .editormd-html-preview blockquote.info {
border-left-color: #5bc0de;
color: #5bc0de;