Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-pcsantos committed Dec 18, 2024
2 parents f9fcd16 + a08b9c8 commit dd83f4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<header class="header">
<a
href="index.html"
class="header__logo"
class="header__logo" aria-label="Go to homepage"
>
<img
src="../src/images/logo.png"
Expand Down
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ html {
font-weight: bold;
}

.link:hover {
color: var(--primary-color);
}

.list__link:hover {
color: var(--primary-color);
}
Expand Down

0 comments on commit dd83f4d

Please sign in to comment.