vault backup: 2023-01-11 21:43:25
This commit is contained in:
parent
9debc52e04
commit
858aea9ce5
2 changed files with 7 additions and 1 deletions
4
.obsidian/snippets/_app-tweak.css
vendored
4
.obsidian/snippets/_app-tweak.css
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
/*
|
||||||
.markdown-preview-view :is(h1, h2) {
|
.markdown-preview-view :is(h1, h2) {
|
||||||
display: inherit!important;
|
display: inherit!important;
|
||||||
}
|
z-index:-5;
|
||||||
|
}*/
|
4
.obsidian/snippets/_infobox-callout.css
vendored
4
.obsidian/snippets/_infobox-callout.css
vendored
|
@ -188,3 +188,7 @@
|
||||||
border: 2px solid var(--primary-infobox-accent);
|
border: 2px solid var(--primary-infobox-accent);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .markdown-preview-view tr:nth-child(even) {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
Loading…
Reference in a new issue