enable rich text in callout title

This commit is contained in:
Jacky Zhao
2023-08-12 10:16:55 -07:00
parent 831a47ad61
commit 736871ad78
2 changed files with 56 additions and 35 deletions

View File

@ -92,6 +92,11 @@
opacity: 0.8;
cursor: pointer;
}
& > .callout-title-inner > p {
color: var(--color);
margin: 0;
}
}
.callout-icon {