mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed admonition example after latest revert
This commit is contained in:
parent
0f7e9fad0b
commit
c450d16db6
@ -419,7 +419,6 @@ and add the following CSS to an [additional style sheet]:
|
|||||||
.md-typeset .pied-piper > .admonition-title,
|
.md-typeset .pied-piper > .admonition-title,
|
||||||
.md-typeset .pied-piper > summary {
|
.md-typeset .pied-piper > summary {
|
||||||
background-color: rgba(43, 155, 70, 0.1);
|
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 > .admonition-title::before,
|
||||||
.md-typeset .pied-piper > summary::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 > .admonition-title,
|
||||||
.md-typeset .pied-piper > summary {
|
.md-typeset .pied-piper > summary {
|
||||||
background-color: rgba(43, 155, 70, 0.1);
|
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 > .admonition-title::before,
|
||||||
.md-typeset .pied-piper > summary::before {
|
.md-typeset .pied-piper > summary::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user