mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
feat:新增引用样式
This commit is contained in:
@@ -3848,7 +3848,26 @@
|
|||||||
background-color: #F0F7FD;
|
background-color: #F0F7FD;
|
||||||
color: #0382AD;
|
color: #0382AD;
|
||||||
}
|
}
|
||||||
|
.editormd-preview-container blockquote.info, .editormd-html-preview blockquote.info {
|
||||||
|
border-left-color: #5bc0de;
|
||||||
|
color: #5bc0de;
|
||||||
|
background-color: #f4f8fa
|
||||||
|
}
|
||||||
|
.editormd-preview-container blockquote.warning, .editormd-html-preview blockquote.warning {
|
||||||
|
background-color: #fcf8f2;
|
||||||
|
border-color: #f0ad4e;
|
||||||
|
color: #f0ad4e
|
||||||
|
}
|
||||||
|
.editormd-preview-container blockquote.danger, .editormd-html-preview blockquote.danger {
|
||||||
|
color: #d9534f;
|
||||||
|
background-color: #fdf7f7;
|
||||||
|
border-color: #d9534f
|
||||||
|
}
|
||||||
|
.editormd-preview-container blockquote.success, .editormd-html-preview blockquote.success {
|
||||||
|
background-color: #f3f8f3;
|
||||||
|
border-color: #50af51;
|
||||||
|
color: #50af51
|
||||||
|
}
|
||||||
.editormd-preview-container p code, .editormd-html-preview p code {
|
.editormd-preview-container p code, .editormd-html-preview p code {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user