quartz/styles/callouts.scss
@@ -7,12 +7,13 @@ padding: 0 1rem; overflow-y: hidden; transition: max-height 0.3s ease; box-sizing: border-box; & > *:nth-child(2) { margin-top: 0; } &[data-callout="note"] { &[data-callout] { --color: #448aff; --border: #448aff44; --bg: #448aff10; @@ -81,7 +82,6 @@ .callout-title { display: flex; align-items: center; gap: 5px; padding: 1rem 0; color: var(--color); @@ -102,6 +102,8 @@ .callout-icon { width: 18px; height: 18px; flex: 0 0 18px; padding-top: 4px; } .callout-title-inner {