Skip to content

Commit

Permalink
fixed the mistakes 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artuom2283 committed Sep 16, 2024
1 parent 3071fea commit da9ecb3
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,10 @@ img {
}

.nav__link:hover {
color: var(--link-color) !important;
}

.nav-item:nth-of-type(1) .nav__link {
color: var(--link-color) !important;
color: var(--link-color);
}

.nav__link[data-qa='hover']:hover {
.nav__link[href='#apple'] {
color: var(--link-color);
}

Expand All @@ -98,23 +94,3 @@ img {
transform: scaleX(1);
transition: transform 0.15s ease-in-out;
}

.is-active:hover::after {
transform: scaleX(1);
}

.is-active:link {
color: black;
}

.is-active:visited {
color: grey;
}

.is-active:hover {
text-decoration-color: var(--link-color);
}

.nav-item.is-active.apple-active .nav__link {
color: var(--link-color);
}

0 comments on commit da9ecb3

Please sign in to comment.