This commit is contained in:
Oscar Plaisant
2024-05-14 10:51:40 +02:00
parent f71d6b0503
commit 66c143b7b3
164 changed files with 25026 additions and 13829 deletions

View File

@@ -99,4 +99,23 @@
}
.callout[data-callout="zotero"] {
--callout-icon: align-left;
--callout-color: 38, 38, 38;
background-color: transparent;
border: 1pt solid;
/* border-color: var(--background-modifier-border); */
border-color: rgb(80, 80, 80);
}
.callout[data-callout="zotero"] > .callout-title {
border-bottom: 1pt solid rgb(80, 80, 80);
filter: brightness(0.9) saturate(2);
}
.callout[data-callout="zotero"] > .callout-title > .callout-icon > .svg-icon {
/* display: none; /1* hide icon in favor of the colored one *1/ */
/* color: rgb(90, 90, 90); */
color: var(--text-normal);
stroke-width: 3;
}