From f1d144a159ec5e81bd4f46fa6a954ac27096ce9d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 14 Jul 2020 20:37:05 +0200 Subject: [PATCH] update accent color --- res/welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/welcome.html b/res/welcome.html index 238c304f9a..bca3c66a30 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -118,7 +118,7 @@ h1::after { } .mx_ButtonCreateAccount { - background-color: #03B381; + background-color: #0DBD8B; color: white !important; }