Skip to content

Commit

Permalink
Merge pull request #1253 from kartikpatil28/your-feature-branch
Browse files Browse the repository at this point in the history
I changed the drop-down menu
  • Loading branch information
sanjay-kv authored Nov 7, 2024
2 parents cf384a7 + b1a366b commit 560cd7f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1306,14 +1306,23 @@ a {
}

.modal-content p {
border-bottom: solid 1px gray;
/* border-bottom: solid 1px gray; */
padding-top: 0px;
cursor: pointer;
padding-bottom: 5px;
margin-top: 0px !important;
margin-bottom: 5px;
}

/*changed part*/
.modal-content p:hover{
background-color: rgb(30, 29, 29);
color: white;
border-radius: 24px;
padding:2px;
transform: scale(1.12);
}

/* Close Button */
.close-button {
position: absolute;
Expand Down

0 comments on commit 560cd7f

Please sign in to comment.