mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 02:22:26 +08:00
fix: #213 style error when render math
This commit is contained in:
parent
f0343533b5
commit
9882dbe59c
@ -148,7 +148,6 @@ span.ag-math {
|
||||
top: 0;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
color: #000;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user