diff --git a/css/style.css b/css/style.css index ae18fcd..88665a5 100644 --- a/css/style.css +++ b/css/style.css @@ -55,11 +55,12 @@ a:hover { /* Button */ .btn { border-radius: 30px; + border-width: 2px; font-size: 20px; font-weight: 500; overflow: hidden; border-color: var(--accent); - background-color: var(--accent); + background-color: rgba(216, 126, 39, 0.40); color: white; }