Added quote/cite styles for admonition

This commit is contained in:
squidfunk
2017-02-26 19:50:53 +01:00
committed by Martin Donath
parent 0a6e70262b
commit 009b41cdb1
5 changed files with 28 additions and 3 deletions

View File

@@ -64,7 +64,8 @@
warning caution attention: $clr-orange-a400 "warning",
failure fail missing: $clr-red-a200 "clear",
danger error: $clr-red-a400 "flash_on",
bug: $clr-pink-a400 "bug_report"
bug: $clr-pink-a400 "bug_report",
quote cite: $clr-grey "format_quote"
) {
$tint: nth($appearance, 1);
$icon: nth($appearance, 2);