Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Petrychenko authored and Oleksii Petrychenko committed Jan 6, 2025
1 parent 90a0f55 commit dfa874e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ html {
}

.nav__link:hover {
color: var(--blue);
color: #060b35;
}

.is-active {
Expand Down
1 change: 0 additions & 1 deletion src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ $primary-color: #0073e6;
$secondary-color: #f1f1f1;
$button-hover-color: #005bb5;
$star-active-color: #ffd700;
$star-color: #ccc;
$card-height: 408px;
$star-color: rgba(255, 222, 106, 1);
$star-empty-color: rgba(243, 243, 243, 1);
Expand Down

0 comments on commit dfa874e

Please sign in to comment.