From f10a4c24aa6c2f8b363545c155c1f63a754c41df Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Wed, 2 Aug 2023 21:30:49 +0000 Subject: [PATCH] cookie is a go --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 91c2a5e..c4e8975 100644 --- a/index.php +++ b/index.php @@ -55,10 +55,11 @@ } #refresh { + max-width: 120px; font-weight: 600; text-align: center; padding: 5px; - background: var(--accent); + color: var(--accent); } #refresh:hover { @@ -91,7 +92,6 @@ } // load caches signature - alert(document.cookie); if (document.cookie.includes('=')) { document.getElementById("signature-input").defaultValue = document.cookie.split('=')[1]; }