From 38a8225b156b5e7bc7c5f89227e8b6747b263f1a Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Mon, 22 May 2017 15:19:15 +0200 Subject: [PATCH] fix color and path of support button --- static/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 2483b0f..72d7e46 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -161,12 +161,12 @@ table.signatures th, table.signatures td { background-color: #5a7f2e !important; } .share-buttons a#support { - background-color: #202d79; - background-image: url("/img/share/fsfe_white.png"); + background-color: #47a447; + background-image: url("/img/share/support_red.png"); color: #fff; } .share-buttons a#support:hover { - background-color: #0a1763 !important; + background-color: #2a872a !important; } .share-buttons a#reddit { background-color: #ff5700;