From 14013f96e4a114ef93bf8512665ffbcb9a61ae8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Mon, 13 Jul 2020 23:39:33 +0200
Subject: [PATCH] donate: Green color for new project flag

---
 donate/static/donate/assets/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/donate/static/donate/assets/css/style.css b/donate/static/donate/assets/css/style.css
index 295fbb44c..70de6b7d6 100644
--- a/donate/static/donate/assets/css/style.css
+++ b/donate/static/donate/assets/css/style.css
@@ -628,7 +628,7 @@ footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
 }
 
 .project__flag.new {
-  background: #e1242a;
+  background: #04a548;
 }
 
 .project-images {
-- 
GitLab