From 77ad238aa95fbfcef259677a011c6b234690357e Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Sat, 19 Dec 2020 10:36:43 +0000 Subject: [PATCH] [matrix] Explicitly change colour of option --- docs/_static/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }