Skip to content

Commit

Permalink
white button color is black.
Browse files Browse the repository at this point in the history
  • Loading branch information
eonurk committed Apr 7, 2024
1 parent 0b4a1fe commit 32dd156
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,11 @@ footer {
color: #7289da;
}

.white-button {
background-color: #fff;
border: 2px solid #fff;
}

/* .blue-button {
background-color: #7289da;
border: 2px solid #7289da;
color: #fff;
}
.white-button {
background-color: #fff;
border: 2px solid #fff;
color: #000;
} */
}

.blue-button:hover,
.white-button:hover{
Expand Down

0 comments on commit 32dd156

Please sign in to comment.