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