1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Add tip type prompt

This commit is contained in:
Cotes Chung
2022-02-13 02:10:37 +08:00
parent 08a993be90
commit 15cfa84ddb
3 changed files with 11 additions and 5 deletions

View File

@@ -117,7 +117,9 @@ blockquote {
}
}
@include prompt("note", "\f0eb", 400);
@include prompt("tip", "\f0eb", 400);
@include prompt("note", "\f06a");
@include prompt("warning", "\f06a");