Absolue-Necessite/.obsidian/snippets/_app-tweak.css

13 lines
195 B
CSS
Raw Normal View History

2023-01-11 21:12:46 +00:00
.markdown-preview-view :is(h3, h4) {
display: inherit;
2023-01-11 20:43:25 +00:00
z-index:-5;
2023-01-11 21:12:46 +00:00
}
2023-01-11 21:02:04 +00:00
2023-01-11 21:12:46 +00:00
.canvas-wrapper :is(h1,h2) {
display: inherit!important;
2023-01-11 21:41:52 +00:00
}
.obsidian-banner .banner-image.draggable{
margin:0;
2023-01-11 21:02:04 +00:00
}