Skip to content

Commit

Permalink
fixed allignment of arrows and made arrows (including FAQ) visible
Browse files Browse the repository at this point in the history
  • Loading branch information
SAURABHM6341 committed Oct 22, 2024
1 parent d716634 commit ac577e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ z-index: 10; /* Make sure buttons are above other elements */
}

.prev, .next {
background-color: #07b797; /*background according to theme */
border: none;
background-color: black;
border: 2px solid #07b797;
border-radius: 50%;
cursor: pointer;
outline: none;
Expand All @@ -245,7 +245,7 @@ padding:0px 0px;
}

.prev:hover, .next:hover {
background-color: black; /* Solid background on hover */
background-color: #07b797; /* Solid background on hover */
}

/* Optional: Responsive design */
Expand Down

0 comments on commit ac577e7

Please sign in to comment.