-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Links are not visually distinguishable in the documentation
Problem
Currently, the links in the documentation are not underlined or colored differently from regular text. This makes it difficult for users to identify what is clickable on the website, negatively impacting user experience and navigation.
Current State
- Links use the same color as regular text (black in light mode)
- No underlines or other visual indicators for links
- Users cannot easily identify clickable elements
Proposed Solution
Make links visually distinguishable by:
- Changing link color to blue (a standard for web links)
- Consider adding underlines for links, especially in body content
- Ensure sufficient contrast between link color and background
Technical Details
This appears to be caused by the CSS customization in src/css/custom.css where all colors were set to black/grayscale. The primary colors need to be updated to include a distinct color for links.
Impact
Improving link visibility will:
- Enhance user experience
- Make the documentation more accessible
- Follow web usability best practices
- Make the website more intuitive to navigate
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working