diff --git a/docs/_static/style.css b/docs/_static/style.css index e0785f1e1..66950751c 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -318,6 +318,11 @@ header > nav > a:hover { cursor: pointer; } + +.sub-header option { + color: black; +} + .sub-header > select:focus { outline: none; }