diff --git a/css/styles.css b/css/styles.css index 60779d8..2496472 100644 --- a/css/styles.css +++ b/css/styles.css @@ -44,11 +44,14 @@ body { padding: 10px; } -.download-link { +div.download-link { background-color: #444444; color: #f1f1f1; - border: 0px; border-radius: 10px; +} + +a.download-link { + text-decoration: none; text-align: center; }