fix: accessibility improvements

This commit is contained in:
Sebin Nyshkim 2025-07-11 21:08:07 +02:00
parent 3aa5634a73
commit 6db344f524
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0
3 changed files with 3 additions and 1 deletions

View file

@ -69,6 +69,7 @@
align-self: start;
font-size: 0.625em;
font-weight: bold;
line-height: 1.2;
text-align: start;
color: var(--clr-heading-data);

View file

@ -1,4 +1,4 @@
<svg webc:root="override">
<svg aria-hidden="true" webc:root="override">
<use :href="`#${icon}`"></use>
</svg>

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 216 B

Before After
Before After

View file

@ -65,6 +65,7 @@
:host .type {
font-size: 0.625em;
font-weight: bold;
color: var(--clr-heading-data);
text-align: left;
text-transform: uppercase;