Skip to content

Commit 8da8166

Browse files
authored
Tip callout
1 parent 0da7325 commit 8da8166

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ callouts:
1313
note:
1414
title: Note
1515
color: blue
16+
tip:
17+
title: Tip
18+
color: green
1619
warning:
1720
title: Warning
1821
color: yellow

docs/_sass/custom/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ td {
2929
}
3030

3131
/* Callouts */
32-
p.note, blockquote.note, p.warning, blockquote.warning, p.caution, blockquote.caution, p.important, blockquote.important {
32+
p.note, blockquote.note, p.tip, blockquote.tip, p.warning, blockquote.warning, p.caution, blockquote.caution, p.important, blockquote.important {
3333
width: fit-content;
3434
max-width: 100%;
3535
}

0 commit comments

Comments
 (0)