diff --git a/styles/style.css b/styles/style.css index ba537d6d..a8cfe470 100644 --- a/styles/style.css +++ b/styles/style.css @@ -485,13 +485,14 @@ li.card p { .download-button { margin-top: 10px; - background-color: black; + background-color: #202020; border-radius: 15px; - width: 292px; - height: 102px; + width: 350px; + height: 96px; transition: 0.25s; text-decoration: none; display: inline-block; + box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1); font-family: var(--font2); }