From 35b2bf5331fcd392f6a40768c3b6b5544edc8e52 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 14 Oct 2022 10:43:52 +0100 Subject: [PATCH] Adjust button styling --- css/styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; }