Skip to content

Commit

Permalink
Change button color to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
Price committed Jan 26, 2024
1 parent 1963bd4 commit c23afab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions github-ci/button/button.module.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.button {
background-color: #4caf50;
background-color: #008ddf;
border: none;
color: white;
border-radius: 16px;
border-radius: 8px;
padding: 15px 32px;
text-align: center;
text-decoration: none;
Expand All @@ -14,5 +14,5 @@
}

.button:hover {
background-color: #45a049;
background-color: #005ec9;
}

0 comments on commit c23afab

Please sign in to comment.