Browse Source
[matrix] Explicitly change colour of option
pull/6183/head
Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
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; |
|
|
|
} |
|
|
|