fix: ♿ accessibility improvements
This commit is contained in:
parent
3aa5634a73
commit
6db344f524
3 changed files with 3 additions and 1 deletions
|
@ -69,6 +69,7 @@
|
||||||
align-self: start;
|
align-self: start;
|
||||||
|
|
||||||
font-size: 0.625em;
|
font-size: 0.625em;
|
||||||
|
font-weight: bold;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
color: var(--clr-heading-data);
|
color: var(--clr-heading-data);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<svg webc:root="override">
|
<svg aria-hidden="true" webc:root="override">
|
||||||
<use :href="`#${icon}`"></use>
|
<use :href="`#${icon}`"></use>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 216 B |
|
@ -65,6 +65,7 @@
|
||||||
|
|
||||||
:host .type {
|
:host .type {
|
||||||
font-size: 0.625em;
|
font-size: 0.625em;
|
||||||
|
font-weight: bold;
|
||||||
color: var(--clr-heading-data);
|
color: var(--clr-heading-data);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue