improve accessability

This commit is contained in:
Vri 🌈 2023-05-17 14:30:00 +02:00
parent 837664f4c5
commit 2be07ae8dd
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@
position: relative;
&::before {
content: attr(data-title);
content: attr(aria-label);
left: calc(100% + 0.5rem);
position: absolute;
top: 50%;