make the logo white and fix script.js
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
939b7cc1e9
commit
04fca77aec
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.2 KiB |
@ -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);
|
||||
});
|
||||
|
@ -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%;
|
||||
|
@ -8,7 +8,7 @@ nav {
|
||||
width: 1024px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
@ -4,6 +4,7 @@ templ footer() {
|
||||
<footer>
|
||||
<div id="footer-container">
|
||||
<a rel="noopener noreferrer" target="_blank" href="https://github.com/rramiachraf/dumb">Source</a>
|
||||
<span> | </span>
|
||||
<a rel="noopener noreferrer" target="_blank" href="https://git.ngn.tf/ngn/dumb">Modified Source</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user