From 01ddf6febabc95a90e21c937128b536c3641c28a Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 16 Feb 2026 20:27:01 -0600 Subject: [PATCH] Add second quote icon --- theme/assets/stylesheets/extra.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/theme/assets/stylesheets/extra.css b/theme/assets/stylesheets/extra.css index cd3b0cdc..33c990cd 100644 --- a/theme/assets/stylesheets/extra.css +++ b/theme/assets/stylesheets/extra.css @@ -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; +}