Browse Source

[matrix] Explicitly change colour of option

pull/6183/head
Nadir Chowdhury 4 years ago
committed by GitHub
parent
commit
77ad238aa9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/_static/style.css

5
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;
}

Loading…
Cancel
Save