Skip to content

Commit

Permalink
add new class for Laptops & Computers
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraFrangovska committed Dec 24, 2024
1 parent 3958ce7 commit f27b49d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<li class="nav_item">
<a
href="#"
class="nav_link is-active apple"
class="nav_link is-active"
>
Apple
</a>
Expand All @@ -70,7 +70,7 @@
<a
href="#"
data-qa="hover"
class="nav_link lc"
class="nav_link highlight"
>
Laptops & Computers
</a>
Expand Down
8 changes: 1 addition & 7 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ body {
padding: 23px 10px;
}

/* .nav_link:hover,
.nav_link:focus {
color: var(--color);
} */

.nav_link.is-active {
position: relative;
color: var(--color);
Expand All @@ -87,7 +82,6 @@ body {
justify-content: center;
}

.lc,
.apple {
.nav_link.highlight {
color: var(--color);
}

0 comments on commit f27b49d

Please sign in to comment.