change download button style

bracket-feature
Laurent 9 months ago
parent 220d4fa7e6
commit eb7b33acf6
  1. 6
      tournaments/static/tournaments/css/style.css

@ -777,9 +777,9 @@ h-margin {
} }
.download-button { .download-button {
margin-right: 6px; margin-right: 6px;
color: #1a223a; color: #fff7ed;
padding: 8px 12px; padding: 8px 12px;
background-color: white; background-color: #1a223a;
border-radius: 12px; border-radius: 12px;
text-decoration: none; text-decoration: none;
font-size: 12px; font-size: 12px;
@ -787,7 +787,7 @@ h-margin {
} }
.download-button:hover { .download-button:hover {
color: orange; color: #f39200;
} }
.match-result a { .match-result a {

Loading…
Cancel
Save