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

9 lines
137 B
CSS
Raw Normal View History

2023-01-11 20:43:25 +00:00
/*
2023-01-05 17:35:38 +00:00
.markdown-preview-view :is(h1, h2) {
display: inherit!important;
2023-01-11 20:43:25 +00:00
z-index:-5;
2023-01-11 21:02:04 +00:00
}*/
.canvas-wrapper > * {
text-align: center;
}