vault backup: 2023-01-11 21:43:25

This commit is contained in:
Lucas 2023-01-11 21:43:25 +01:00
parent 9debc52e04
commit 858aea9ce5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,5 @@
/*
.markdown-preview-view :is(h1, h2) {
display: inherit!important;
}
z-index:-5;
}*/

View file

@ -187,4 +187,8 @@
.callout[data-callout="infobox"][data-callout-metadata="borders"] {
border: 2px solid var(--primary-infobox-accent);
box-shadow: none;
}
.theme-dark .markdown-preview-view tr:nth-child(even) {
background-color: inherit;
}