Skip to content

Commit

Permalink
Update popupwindow.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvo authored Jul 1, 2024
1 parent 8a74274 commit 4894789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/popupwindow.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ body {

.close-btn {
border: none;
background-color: green;
color: white;
background-color: #51b869;
color: #ffffff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
Expand All @@ -45,8 +45,8 @@ body {

.close-btn:hover,
.close-btn:focus {
color: white;
background-color: gray;
color: #ffffff;
background-color: #afafaf;
text-decoration: none;
cursor: pointer;
}

0 comments on commit 4894789

Please sign in to comment.