diff options
| author | Nadir Chowdhury <[email protected]> | 2020-12-19 10:36:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-19 05:36:43 -0500 |
| commit | 77ad238aa95fbfcef259677a011c6b234690357e (patch) | |
| tree | b22f3454bf50ce2690daf17c370f6a2825ce91c7 /docs/_static/style.css | |
| parent | [matrix] Vertically align navigation header (diff) | |
| download | discord.py-77ad238aa95fbfcef259677a011c6b234690357e.tar.xz discord.py-77ad238aa95fbfcef259677a011c6b234690357e.zip | |
[matrix] Explicitly change colour of option
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index e0785f1e..66950751 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; } |