Skip to content

Commit

Permalink
Merge pull request #100 from VasylievYurii/scroll
Browse files Browse the repository at this point in the history
color of hover
  • Loading branch information
VasylievYurii authored Jul 4, 2023
2 parents 4ee3c16 + 368ea5a commit 543a0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/_pop-up-book.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@

.btn-add:is(:hover, :focus) {
background-color: var(--color-accent);
color: var(--color-white-theme);
color: var(--header);
}

.btn-remove:is(:hover, :focus) {
background-color: var(--color-accent);
color: var(--color-white-theme);
color: var(--header);
}

.img-container-pop-up {
Expand Down

0 comments on commit 543a0de

Please sign in to comment.