️ fix: improve accessibility and i18n (#183)

This commit is contained in:
Óscar Fernández 2023-10-02 18:08:57 +02:00 committed by GitHub
parent 28fb52581f
commit 2c6ac293ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 214 additions and 49 deletions

View file

@ -7,4 +7,7 @@
background: var(--text-color);
width: 1rem;
height: 1rem;
&:hover {
background: var(--meta-color);
}
}