Skip to content

Conversation

@bhouston
Copy link
Member

@bhouston bhouston commented Mar 7, 2025

Update Link Styling: Darker Gray-Blue Color and Remove Default Underline

This PR updates the link styling in the documentation site:

  1. Changed the link color to a darker gray-blue shade (#3a5978)
  2. Removed the default underline from links (they will still underline on hover)

Changes Made

  • Updated CSS variables in src/css/custom.css:
    • Modified --ifm-link-color to #3a5978 (darker gray-blue)
    • Modified --ifm-link-hover-color to #2c4359 (darker version for hover)
    • Changed --ifm-link-decoration from underline to none

Build Fixes

Also fixed several build issues with document IDs and navigation links:

  • Updated document IDs in category configuration files
  • Fixed navigation links in the navbar to use the correct URL format

Visual Changes

Links will now appear in a darker gray-blue color without underlines by default, creating a cleaner and more professional look. Links will still underline on hover to maintain accessibility and user experience.

Closes #42

@bhouston bhouston merged commit 939f0e1 into main Mar 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update link styling: darker gray-blue color and remove default underline

2 participants