fix: #213 style error when render math

This commit is contained in:
Jocs 2018-04-26 22:30:58 +08:00
parent f0343533b5
commit 9882dbe59c
3 changed files with 8 additions and 1 deletions

View File

@ -148,7 +148,6 @@ span.ag-math {
top: 0;
position: relative;
padding: 0;
color: #000;
background: transparent;
}

View File

@ -362,6 +362,10 @@ code {
}
}
.ag-hide.ag-math > .ag-math-render {
color: #efefef;
}
#ag-editor-id pre.ag-code-block,
#ag-editor-id pre.ag-html-block {
padding: .4rem 1rem;

View File

@ -334,6 +334,10 @@ code {
}
}
.ag-hide.ag-math > .ag-math-render {
color: #333333;
}
#ag-editor-id pre.ag-code-block,
#ag-editor-id pre.ag-html-block {
padding: .4rem 1rem;