From ddccb4551a6c7b489c4c6a5bed812011d3e3e87d Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Tue, 7 Jan 2025 14:04:37 +0100 Subject: [PATCH] ahhhh --- footer.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/footer.js b/footer.js index c3fe9fc..849c82d 100644 --- a/footer.js +++ b/footer.js @@ -45,7 +45,6 @@ class Footer extends HTMLElement { customElements.define('footer-component', Footer); -// @license-end // CSS for the hidden button const style = document.createElement('style'); @@ -59,10 +58,12 @@ style.textContent = ` border: none; font-size: 24px; cursor: pointer; -} - -.footer-content:hover .secret-button { - display: block; -} -`; + } + + .footer-content:hover .secret-button { + display: block; + } + `; document.head.appendChild(style); + +// @license-end \ No newline at end of file