From 8a85cd7990fcb08071ccdf25f57a8957efd9c57d Mon Sep 17 00:00:00 2001
From: retoor <retoor@molodetz.nl>
Date: Mon, 19 May 2025 01:13:18 +0200
Subject: [PATCH] Update.

---
 src/snek/templates/sandbox.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/snek/templates/sandbox.html b/src/snek/templates/sandbox.html
index 0322b00..5306b6e 100644
--- a/src/snek/templates/sandbox.html
+++ b/src/snek/templates/sandbox.html
@@ -39,7 +39,7 @@ function glowCSSVariable(varName, glowColor, duration = 500) {
   const root = document.documentElement;
 
   //igetComputedStyle(root).getPropertyValue(varName).trim();
-  glowColor = lightenColor(glowColor, 20);
+  glowColor = lightenColor(glowColor, 40);
   root.style.setProperty(varName, glowColor);
   setTimeout(() => {
     root.style.setProperty(varName, originalColor);