feat: new callout type "tip"

This commit is contained in:
草师傅 2025-08-20 21:52:22 +08:00
parent fdb630410e
commit ae5da09e23
Signed by: gb
GPG key ID: 43330A030E2D6478

View file

@ -31,6 +31,11 @@ const { icon, type = 'info'} = Astro.props;
--callout-text: #2e3440;
}
.callout-tip {
--callout-bg: var(--secondary-color);
--callout-text: #2e3440;
}
.callout-warning {
--callout-bg: var(--terminal-yellow);
--callout-text: #2e3440;