diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index e5e3a538aa..0ffdb70c3c 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -400,6 +400,18 @@ H2 > A.anchor { color: black; } +H3 > A.anchor { + text-decoration: none; + background-color: none; + color: black; +} + +H4 > A.anchor { + text-decoration: none; + background-color: none; + color: black; +} + IMG { margin: 20px; }