diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index 8bcfdd3c7e..04a727f40d 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -18,5 +18,7 @@ html[data-theme="dark"] { } img.platform-icon { filter: invert(1); + /* otherwise the backgorund is black */ + background-color: transparent !important; } }