Skip to content
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

solution #4892

Closed
wants to merge 5 commits into from
Closed

solution #4892

wants to merge 5 commits into from

Conversation

src/index.html Outdated
class="nav_link"
data-qa="hover"
>
laptop & Computer

Choose a reason for hiding this comment

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

Suggested change
laptop & Computer
laptop & Computers

src/index.html Outdated
href="#Gadgest"
class="nav_link"
>
Gadgest

Choose a reason for hiding this comment

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

Suggested change
Gadgest
Gadgets

src/style.css Outdated
Comment on lines 50 to 56
.is-active {
color: var(--main-color);
}

.nav_link:hover {
color: var(--main-color);
}

Choose a reason for hiding this comment

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

Suggested change
.is-active {
color: var(--main-color);
}
.nav_link:hover {
color: var(--main-color);
}
.is-active,
.nav_link:hover {
color: var(--main-color);
}

@papayapan papayapan closed this May 27, 2024
@papayapan papayapan deleted the develop branch May 27, 2024 13:28
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