From ce8acf303aca2c9a917e70f1a50fd027dfbf0f48 Mon Sep 17 00:00:00 2001 From: Alain Takoudjou Date: Tue, 8 Dec 2020 17:50:29 +0100 Subject: [PATCH] Make warning popup message more readable --- static/galene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/galene.js b/static/galene.js index c53370f..f7b92a6 100644 --- a/static/galene.js +++ b/static/galene.js @@ -2134,7 +2134,7 @@ function displayError(message, level) { gravity = 'bottom'; break; case "warning": - background = "linear-gradient(to right, #edd800, #c9c200)"; + background = "linear-gradient(to right, #bdc511, #c2cf01)"; break; }