Tweak caption styling to be closer to typical captions
@@ -205,6 +205,13 @@ legend,
font-weight: 500;
}
+.rst-content div.figure p.caption {
+ /* Tweak caption styling to be closer to typical captions */
+ text-align: center;
+ margin-top: 8px;
+ opacity: 0.75;
+}
+
p,
article ul,
article ol,