Skip to content

Commit

Permalink
Fix signature and parameters directives
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Oct 7, 2024
1 parent ceb85ce commit ba23d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/_static/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
background: rgba(217, 240, 211, 0.3);
}
.rst-content .signature > .admonition-title {
background: rgba(172, 211, 158, 0.5);
background: #21634b;
}
.rst-content .signature > .admonition-title::before {
content: "\01F527";
Expand All @@ -72,7 +72,7 @@
background: rgba(217, 240, 211, 0.0);
}
.rst-content .parameters > .admonition-title {
background: rgba(172, 211, 158, 0.5);
background: #21634b;
}
.rst-content .parameters > .admonition-title::before {
content: "\01F4BB";
Expand Down

0 comments on commit ba23d21

Please sign in to comment.