Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
omiras committed May 26, 2024
1 parent 754d0c2 commit 837bbe7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dom/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,17 @@ body {
}

.prevBtn,
.nextBtn {
.nextBtn,
.customBtn {
box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.9);
background: var(--mainBlue);
color: var(--mainWhite);
}

.customBtn {
background-color: purple;
}

.prevBtn:hover {
background: var(--lightBlue);
}
Expand Down

0 comments on commit 837bbe7

Please sign in to comment.