Compare commits

...

2 commits

Author SHA1 Message Date
e07c68a564
music gateway: minor css tweaks 2025-02-04 09:39:56 +00:00
e6c5ecc469
a11y: ARIA text for footer line
+ fixed indentation on some view sources
2025-02-04 09:29:44 +00:00
8 changed files with 81 additions and 77 deletions

View file

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

View file

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

View file

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

View file

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