Skip to content

Changing link color in footer as it fixes #2015 #2017

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

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from

Conversation

Aashaan403
Copy link

@Aashaan403 Aashaan403 commented Jun 14, 2025

Changes

The color of the hyperlinks when hovered is changed to the orange (This orange is not actually orange in light theme as it is defined two color values in the assets/sass/dark-mode.css.

Context

This helps in better visibility as the previous color for the link hovering almost blended with the background
This was discussed with @dscho in issue #2015

@@ -351,7 +351,7 @@ footer {
color: var(--light-font-color-darker-35);

&:hover {
color: var(--light-font-color-darker-55);
color: var(--orange);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To adapt to light and dark better I prefer:

Suggested change
color: var(--orange);
color: var(--link-color);

In dark mode it will be the same orange, but in light mode it will be the same blue as other links #0388a6.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preview:

Screen Shot 2025-07-03 at 17 29 52

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.

2 participants