You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dark mode, when hovering over the "Our Resources" section in the documentation page of vibe.monday.com, the component background turns completely black, making the text and icons hard to read.
It should instead turn a slightly darker shade than the normal dark mode background for better contrast and visibility.
Actual Behavior
The background turns fully black (#000000) when hovered, causing poor contrast with text and making it difficult to see the hover state clearly.
Additional Context
This issue affects readability and visual consistency in dark mode. Adjusting the hover color to a slightly darker tone (e.g., #1a1a1a instead of pure black) would improve UX.
Vibe version
All versions (docs)
Describe the bug
Bug Description
In dark mode, when hovering over the "Our Resources" section in the documentation page of vibe.monday.com, the component background turns completely black, making the text and icons hard to read.
It should instead turn a slightly darker shade than the normal dark mode background for better contrast and visibility.
Actual Behavior
The background turns fully black (
#000000) when hovered, causing poor contrast with text and making it difficult to see the hover state clearly.Additional Context
This issue affects readability and visual consistency in dark mode. Adjusting the hover color to a slightly darker tone (e.g.,
#1a1a1ainstead of pure black) would improve UX.Possible Solution
Modify the hover CSS for dark mode:
Additional context, Screenshots
Screen.Recording.2025-10-27.at.10.41.59.mov