Skip to content

Commit 0195633

Browse files
committed
fix: Danger admonition title style
1 parent 06971a8 commit 0195633

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/_static/parsec_theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,11 @@ h6 {
344344
color: hsl(40, 100%, 45%);
345345
}
346346

347+
.rst-content .danger .admonition-title {
348+
background-color: transparent;
349+
color: hsl(5, 78%, 45%);
350+
}
351+
347352
.rst-content .admonition .admonition-title::before,
348353
.rst-content .admonition.note .admonition-title::before,
349354
.rst-content .admonition.seealso .admonition-title::before {

0 commit comments

Comments
 (0)