changed some coloring

This commit is contained in:
Justin
2023-07-18 17:57:13 +08:00
committed by GitHub
parent f1c37fa6de
commit 781383098b

View File

@@ -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