-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
doc: make documentation menu background transparent #59413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
tawseefnabi
commented
Aug 9, 2025
- Set transparent background for menu in both light and dark modes
- Adjusted text colors for better contrast
- Light mode: rgba(0, 0, 0, 0.1) background with dark text
- Dark mode: rgba(255, 255, 255, 0.1) background with white text
- Set transparent background for menu in both light and dark modes - Adjusted text colors for better contrast - Light mode: rgba(0, 0, 0, 0.1) background with dark text - Dark mode: rgba(255, 255, 255, 0.1) background with white text
Review requested:
|
Can you provide a before/after screenshot comparison? |
Hi @avivkeller this is after changes ![]() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don’t see the issue either. What browser are you using @tawseefnabi ? |
@bjohansebas @avivkeller |
Yes, we see that, however, we can't reproduce it, can you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't reproduce it either
Thanks for the PR @tawseefnabi 🙂 Have you considered simply adding a Line 229 in aac7925
|