diff --git a/doc/_themes/blue/static/default.css_t b/doc/_themes/blue/static/default.css_t index 618a5be537..37215e1b98 100644 --- a/doc/_themes/blue/static/default.css_t +++ b/doc/_themes/blue/static/default.css_t @@ -313,6 +313,11 @@ dl.pyoldfunction > dt:first-child tt.descname color: #8080B0; } +dl.pyoldfunction > dt:first-child tt.descclassname +{ + color: #8080B0; +} + dl.jfunction > dt:first-child { margin-bottom: 7px; }