This commit is contained in:
Oscar Plaisant
2024-05-28 11:16:33 +02:00
parent 4fb583f44a
commit ba4a8f79e1
104 changed files with 1413 additions and 4564 deletions

18
.obsidian/snippets/embeds.css vendored Normal file
View File

@@ -0,0 +1,18 @@
/* make embeds appear seamlessly */
.markdown-embed {
/* border: none; */
border: var(--embed-border-left);
/* hide some borders */
border-right-color: transparent;
border-left: var(--embed-border-left);
border-top-left-radius: 4pt;
border-bottom-left-radius: 4pt;
padding: 0ex 0 1ex 1ex;
}
*:has(>.markdown-embed) {
}