How to change the color of callout title using AnuPpuccin

Hi, the callout in my obsidian looks like this, the title of it is always black. Even though I find some solutions in the forum like this and this, but they seem unavailable to me.

Could anyone help me? Many thanks!

The config and CSS are below:


I don’t know if you’ve managed to achieve it but this is the snippet I use.

.callout:not([data-callout-metadata*=revert]) > .callout-title > .callout-title-inner {
    color: var(--callout-color);
}

Hope it’s helpful!