enable rich text in callout title

This commit is contained in:
Jacky Zhao
2023-08-12 10:16:55 -07:00
parent 7b9e986f2e
commit fc5c8b4a94
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 {