Make stuff respect root font-size better

This commit is contained in:
David Lapshin
2024-05-15 02:37:28 +03:00
parent 7af96d6a01
commit bcabba7a64
7 changed files with 16 additions and 3 deletions

View File

@ -64,6 +64,7 @@
}
i {
-webkit-mask-size: cover;
display: inline-block;
mask-size: cover;
transition: background-color var(--transition);