feat: new callout type "tip"
This commit is contained in:
parent
fdb630410e
commit
ae5da09e23
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue