Skip to content

Commit ba23d21

Browse files
committed
Fix signature and parameters directives
1 parent ceb85ce commit ba23d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/_static/overrides.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
background: rgba(217, 240, 211, 0.3);
6262
}
6363
.rst-content .signature > .admonition-title {
64-
background: rgba(172, 211, 158, 0.5);
64+
background: #21634b;
6565
}
6666
.rst-content .signature > .admonition-title::before {
6767
content: "\01F527";
@@ -72,7 +72,7 @@
7272
background: rgba(217, 240, 211, 0.0);
7373
}
7474
.rst-content .parameters > .admonition-title {
75-
background: rgba(172, 211, 158, 0.5);
75+
background: #21634b;
7676
}
7777
.rst-content .parameters > .admonition-title::before {
7878
content: "\01F4BB";

0 commit comments

Comments
 (0)