We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229062a commit 49fd819Copy full SHA for 49fd819
docs/stylesheets/extra.css
@@ -7,13 +7,13 @@
7
border-color: rgb(52, 152, 219);
8
}
9
10
-.md-typeset .container > .admonition-title,
11
-.md-typeset .container > summary {
+.md-typeset .admonition.container > .admonition-title,
+.md-typeset details.container > summary {
12
background-color: rgba(52, 152, 219, 0.1);
13
14
15
-.md-typeset .container > .admonition-title::before,
16
-.md-typeset .container > summary::before {
+.md-typeset .admonition.container > .admonition-title::before,
+.md-typeset details.container > summary::before {
17
background-color: rgb(52, 152, 219);
18
-webkit-mask-image: var(--md-admonition-icon--container);
19
mask-image: var(--md-admonition-icon--container);
0 commit comments