changed some coloring

This commit is contained in:
Justin 2023-07-18 17:57:13 +08:00 committed by GitHub
parent f1c37fa6de
commit 781383098b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3226,7 +3226,7 @@ function displaySavePrompt2() {
// Store the original color // Store the original color
var originalColor2 = savePrompt2.style.color; var originalColor2 = savePrompt2.style.color;
// Set the new color for the transition effect // Set the new color for the transition effect
savePrompt2.style.color = "lightgreen"; savePrompt2.style.color = "yellow";
// Clear any existing timeout // Clear any existing timeout
clearTimeout(savePromptTimeout2); clearTimeout(savePromptTimeout2);
// Add a delay before reverting back to the original color // Add a delay before reverting back to the original color