Compare commits

..

No commits in common. "e07c68a56486c08279a233101f79e144ca02f846" and "4b36603b892bbe1b0f20aa088aebef0e05816e95" have entirely different histories.

8 changed files with 77 additions and 81 deletions

View file

@ -1,6 +1,6 @@
<dialog id="addcredit"> <dialog id="addcredit">
<header> <header>
<h2>Add Artist Credit</h2> <h2>Add artist credit</h2>
</header> </header>
<ul> <ul>

View file

@ -1,6 +1,6 @@
<dialog id="addtrack"> <dialog id="addtrack">
<header> <header>
<h2>Add Track</h2> <h2>Add track</h2>
</header> </header>
<ul> <ul>

View file

@ -613,10 +613,6 @@ footer a:hover {
margin: 0 auto; margin: 0 auto;
} }
#tracks h2 {
margin: 0 auto .8em auto;
}
#lyrics p.album-track-subheading { #lyrics p.album-track-subheading {
margin-bottom: 1em; margin-bottom: 1em;
} }

View file

@ -2,7 +2,7 @@
<footer> <footer>
<div id="footer"> <div id="footer">
<small><em>*made with <span aria-label="love"></span> by ari, 2025*</em></small> <small><em>*made with by ari, 2025*</em></small>
</div> </div>
</footer> </footer>