From eb7b33acf6a6225172b627cf3a7284eb3f94b870 Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 14 Feb 2025 11:46:49 +0100 Subject: [PATCH] change download button style --- tournaments/static/tournaments/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tournaments/static/tournaments/css/style.css b/tournaments/static/tournaments/css/style.css index 6b28ce4..a112a8b 100644 --- a/tournaments/static/tournaments/css/style.css +++ b/tournaments/static/tournaments/css/style.css @@ -777,9 +777,9 @@ h-margin { } .download-button { margin-right: 6px; - color: #1a223a; + color: #fff7ed; padding: 8px 12px; - background-color: white; + background-color: #1a223a; border-radius: 12px; text-decoration: none; font-size: 12px; @@ -787,7 +787,7 @@ h-margin { } .download-button:hover { - color: orange; + color: #f39200; } .match-result a {