mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 11:35:17 -04:00
Added quote/cite styles for admonition
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user