From 781383098bb3adb50e839dbb4ac01e52a4cb69aa Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 18 Jul 2023 17:57:13 +0800 Subject: [PATCH] changed some coloring --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 3f8302e..6ca3019 100755 --- a/static/app.js +++ b/static/app.js @@ -3226,7 +3226,7 @@ function displaySavePrompt2() { // Store the original color var originalColor2 = savePrompt2.style.color; // Set the new color for the transition effect - savePrompt2.style.color = "lightgreen"; + savePrompt2.style.color = "yellow"; // Clear any existing timeout clearTimeout(savePromptTimeout2); // Add a delay before reverting back to the original color