9 lines
No EOL
139 B
CSS
9 lines
No EOL
139 B
CSS
|
|
.markdown-preview-view :is(h3, h4) {
|
|
display: inherit;
|
|
z-index:-5;
|
|
}
|
|
|
|
.canvas-wrapper :is(h1,h2) {
|
|
display: inherit!important;
|
|
} |