Make text underlines uniform across browsers, scale them with the text

This commit is contained in:
daudix
2024-06-27 18:09:38 +03:00
parent 114b348581
commit bcba7405ef
2 changed files with 7 additions and 6 deletions

View File

@ -8,8 +8,8 @@
mask-size: cover;
margin-left: 0.25rem;
background-color: var(--primary-color);
width: 0.75rem;
height: 0.75rem;
width: 0.75em;
height: 0.75em;
content: "";
:root[dir="rtl"] & {