1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Fixed admonition example after latest revert

This commit is contained in:
squidfunk 2022-04-05 14:02:00 +02:00
parent 0f7e9fad0b
commit c450d16db6

View File

@ -419,7 +419,6 @@ and add the following CSS to an [additional style sheet]:
.md-typeset .pied-piper > .admonition-title,
.md-typeset .pied-piper > summary {
background-color: rgba(43, 155, 70, 0.1);
border-color: rgb(43, 155, 70);
}
.md-typeset .pied-piper > .admonition-title::before,
.md-typeset .pied-piper > summary::before {
@ -442,7 +441,6 @@ and add the following CSS to an [additional style sheet]:
.md-typeset .pied-piper > .admonition-title,
.md-typeset .pied-piper > summary {
background-color: rgba(43, 155, 70, 0.1);
border-color: rgb(43, 155, 70);
}
.md-typeset .pied-piper > .admonition-title::before,
.md-typeset .pied-piper > summary::before {