From 1d215e93f053bd48cf53a7d5108523a13864ee7e Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:35:55 +0100 Subject: [PATCH] Update css for custom admonition example --- docs/reference/admonitions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/admonitions.md b/docs/reference/admonitions.md index 655e4ab15..6823d7f2a 100644 --- a/docs/reference/admonitions.md +++ b/docs/reference/admonitions.md @@ -402,6 +402,7 @@ following CSS to an [additional stylesheet][14]: .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 { @@ -426,6 +427,7 @@ colors. [You can even add animations][15]. .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 {