diff --git a/github-ci/button/button.module.css b/github-ci/button/button.module.css index 8d29db7..f6b3449 100644 --- a/github-ci/button/button.module.css +++ b/github-ci/button/button.module.css @@ -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; @@ -14,5 +14,5 @@ } .button:hover { - background-color: #45a049; + background-color: #005ec9; }