Skip to content

Conversation

calebjubal
Copy link

Description

This pull request fixes the issue where table links in dark mode were not clearly visible when hovered. The color contrast was too low, making the text hard to read.

Changes Made

  • Added a new SCSS variable for dark mode:

    Screenshot 2025-10-11 102324
  • Updated the link hover color in dark mode tables:

    Screenshot 2025-10-11 102311
  • And changed the default color of the table links in light mode for contrast:

    Screenshot 2025-10-11 102251
  • Replaced static color references with theme variables where applicable for consistency.

Screenshots

Dark Mode:
image

Light Mode:
image

Testing

  • Verified in both light and dark themes.

  • Confirmed that hover color works as expected in dark mode.

  • Checked that no other UI components or color variables were affected.

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.

Insufficient contrast on hover state for links in tables in dark mode

1 participant