Skip to content

feat(#34): added a text color change to the hover state#35

Merged
svmukhin merged 1 commit into
masterfrom
34
Apr 23, 2026
Merged

feat(#34): added a text color change to the hover state#35
svmukhin merged 1 commit into
masterfrom
34

Conversation

@svmukhin

Copy link
Copy Markdown
Owner

Closes #34

Added a text color change to the hover state to make the interaction clearly visible:

nav a:hover {
  background-color: var(--bg-tertiary);
  color: var(--button-bg-hover);
}

The --button-bg-hover token (#0860ca / #388bfd in dark mode) provides sufficient contrast and is already used for interactive element emphasis, making it a semantically appropriate choice here.

Also extended the transition property to include color:

transition: background-color 0.2s, color 0.2s;

@svmukhin svmukhin merged commit 03dde2d into master Apr 23, 2026
4 checks passed
@svmukhin svmukhin deleted the 34 branch April 23, 2026 19:31
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.

Navigation hover effect is hard to notice — add text color change

1 participant