Skip to content

Fix link styling and remove dark mode switcher #33

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

Merged
merged 2 commits into from
Mar 7, 2025

Conversation

bhouston
Copy link
Member

@bhouston bhouston commented Mar 7, 2025

Fix Link Styling and Remove Dark Mode Switcher

This PR addresses two issues:

1. Make Links Visually Distinguishable (Fixes #30)

  • Changed link color to blue (#0066cc) from black
  • Added underlines to links
  • Updated primary color scheme to use blue tones instead of grayscale

2. Remove Dark Mode and Mode Switcher (Fixes #31)

  • Fixed the Docusaurus configuration to properly disable dark mode
  • Consolidated the duplicate themeConfig objects in the config file
  • Ensured the colorMode settings are correctly placed in the configuration structure

Testing

  • Built the project successfully
  • Verified links are now blue and underlined
  • Confirmed dark mode switcher is no longer present in the navigation bar

These changes improve user experience by making clickable elements more obvious and reduce testing overhead by removing the dark mode option.

@bhouston bhouston merged commit cb2ccc2 into main Mar 7, 2025
1 check 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
1 participant