Add second quote icon

This commit is contained in:
Jonah Aragon 2026-02-16 20:27:01 -06:00
parent 0a70e8d870
commit 01ddf6feba
No known key found for this signature in database

View file

@ -820,3 +820,19 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-
font-size: 0.7em !important;
font-weight: 400 !important;
}
.toolbox-quote.quote>.admonition-title.toolbox-quote::before {
transform: rotate(180deg);
}
.toolbox-quote .admonition-title.toolbox-quote::after {
background-color: #9e9e9e;
mask-image: var(--md-admonition-icon--quote);
content: "";
height: 1rem;
mask-position: center;
mask-repeat: no-repeat;
mask-size: contain;
position: absolute;
bottom: .75em;
width: 2rem;
}