[matrix] Explicitly change colour of option

This commit is contained in:
Nadir Chowdhury 2020-12-19 10:36:43 +00:00 committed by GitHub
parent e5fd2b0356
commit 77ad238aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,6 +318,11 @@ header > nav > a:hover {
cursor: pointer;
}
.sub-header option {
color: black;
}
.sub-header > select:focus {
outline: none;
}