This commit is contained in:
Oscar Plaisant
2024-07-07 04:15:38 +02:00
parent ba4a8f79e1
commit 44cc38e148
268 changed files with 45693 additions and 8468 deletions

View File

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