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]; }