diff --git a/static/logo.png b/static/logo.png index 07bea18..eb7afc2 100644 Binary files a/static/logo.png and b/static/logo.png differ diff --git a/static/script.js b/static/script.js index 113f4c5..c9779bf 100644 --- a/static/script.js +++ b/static/script.js @@ -12,11 +12,6 @@ description && ); window.addEventListener("load", () => { - const geniusURL = - "https://genius.com" + - document.location.pathname + - document.location.search; - document.getElementById("goto-genius").setAttribute("href", geniusURL); document.querySelectorAll("#lyrics a").forEach((item) => { item.addEventListener("click", getAnnotation); }); diff --git a/style/footer.css b/style/footer.css index e217165..3fc0d43 100644 --- a/style/footer.css +++ b/style/footer.css @@ -24,6 +24,11 @@ footer a:hover { gap: 1rem; } +#footer-container span { + color: #fff; + font-weight: 200; +} + @media screen and (max-width: 1080px) { #footer-container { width: 100%; diff --git a/style/navbar.css b/style/navbar.css index 9cacc2b..dd339e3 100644 --- a/style/navbar.css +++ b/style/navbar.css @@ -8,7 +8,7 @@ nav { width: 1024px; display: flex; align-items: center; - justify-content: space-between; + justify-content: center; margin: 0 auto; } diff --git a/views/footer.templ b/views/footer.templ index c219655..e12fc35 100644 --- a/views/footer.templ +++ b/views/footer.templ @@ -4,6 +4,7 @@ templ footer() {