-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Describe the bug
The version (latest) and language (English) dropdowns in the Remix IDE documentation sidebar are present in the DOM but are barely visible due to low text contrast or styling issues. This makes it difficult for users to identify or interact with them.
To Reproduce
Steps to reproduce the behavior:
- Go to https://remix-ide.readthedocs.io/en/latest/
- Look at the left sidebar, under the search input
- Observe the dropdowns for version and language
- See that the text is very faint and almost invisible
Expected behavior
The dropdowns should be clearly visible and readable — with proper contrast between text and background — similar to the search input field above them.
Screenshots

Desktop (please complete the following information):
- OS: macOS
- Browser: Safari
- Version: Version 17.4
Additional context
Additional context
This is likely a CSS styling or theme issue — perhaps color or opacity is being set in a way that makes the text almost blend with the background. Should be easy to fix by adjusting the text color or adding contrast.