From 6b972959dfe96276210ee4df10c5211250ef3c3d Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Wed, 29 Jan 2020 18:14:23 +0100 Subject: [PATCH] change download button color on mouse over --- www/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/index.css b/www/index.css index 5b35d24..ea1dd50 100644 --- a/www/index.css +++ b/www/index.css @@ -141,6 +141,10 @@ header > div { background-color: #3F51B5; } +.download-link:hover { + background-color: #293680 +} + .download-link > span { width: 30px; margin-right: 15px; -- 2.30.2