diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss
index aa90eaa..76e4e2d 100644
--- a/quartz/styles/custom.scss
+++ b/quartz/styles/custom.scss
@@ -37,15 +37,6 @@ ul.section-ul {
--color: #db4242;
--border: #db424244;
--bg: #db424210;
- --callout-icon: '';
-
- & > .callout-title > .callout-icon {
- background-image: var(--callout-icon);
- content: var(--callout-icon);
-
- & > svg {
- //display: none;
- }
- }
+ --callout-icon: url('data:image/svg+xml; utf8, ');
}
}