fix: improve a11y

This commit is contained in:
Julian Tölle 2023-02-19 17:59:07 +01:00
parent 0c887fd1e1
commit 38c281d830
3 changed files with 4 additions and 2 deletions

View file

@ -9,10 +9,10 @@ The data on this page reflects my listens from Spotify. I track the data using a
self-hosted instance of [Listory](https://github.com/apricote/listory). All data self-hosted instance of [Listory](https://github.com/apricote/listory). All data
is coming from the listens of the 30 days prior to the last update time. is coming from the listens of the 30 days prior to the last update time.
### My favorite genres ## My favorite genres
{{< listory-genres >}} {{< listory-genres >}}
### My favorite albums ## My favorite albums
{{< listory-albums >}} {{< listory-albums >}}

View file

@ -15,6 +15,7 @@
<div style="width: 20%; text-align: right"> <div style="width: 20%; text-align: right">
{{ .count }}<img {{ .count }}<img
src="/listen.svg" src="/listen.svg"
alt="Listens"
style=" style="
height: 1em; height: 1em;
width: 1em; width: 1em;

View file

@ -11,6 +11,7 @@
<div style="width: 20%; text-align: right"> <div style="width: 20%; text-align: right">
{{ .count }}<img {{ .count }}<img
src="/listen.svg" src="/listen.svg"
alt="Listens"
style=" style="
height: 1em; height: 1em;
width: 1em; width: 1em;