mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
feat:1、优化GFM列表按钮样式
2、优化引用块样式 3、增加锚节点语法支持
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user