Skip to content

Commit

Permalink
new callout quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmaster6y committed Dec 28, 2023
1 parent 7a16552 commit 91fc944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions _plugins/custom-mark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"success" => "fa-solid fa-check",
"danger" => "fa-solid fa-bolt",
"example" => "fa-solid fa-list",
"quote" => "fa-solid fa-quote-right",
}
DEBUG = false

Expand Down
7 changes: 7 additions & 0 deletions _sass/blockquotes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ blockquote p {
color: #7852ee;
}
}

.callout.quote {
background-color: #9e9e9e30;
.callout-title {
color: #9e9e9e;
}
}

0 comments on commit 91fc944

Please sign in to comment.