Skip to content

Commit

Permalink
Corect problem
Browse files Browse the repository at this point in the history
  • Loading branch information
SviatoslavTaranenko committed Jan 7, 2024
1 parent c6c4e03 commit f3a4297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/SviatoslavTaranenko/Styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ body {
text-decoration: none;
}

.about__text_link:hover {
.about__all .about__text .about__text_link {
color: #EF4934;
}

.about__all .about__text .about__text_link {
.about__text_link:hover {
color: #EF4934;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/SviatoslavTaranenko/scripts/Games.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ function renderGames(games) {
});
}

document.addEventListener('DOMContentLoaded', init);
document.addEventListener('DOMContentLoaded');

0 comments on commit f3a4297

Please sign in to comment.