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

24 lines
324 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-03-15 14:28:32 +00:00
}
@media only screen and (max-width: 768px) {
.markdown-rendered table {
zoom: 70%;
}
2023-07-18 10:43:49 +00:00
}
.embed-title {
display: none;
2023-01-11 21:02:04 +00:00
}