style: consistent link underline thickness

This commit is contained in:
freeplay 2023-07-11 00:27:21 -04:00
parent 774dbbc360
commit ad6b2262ac

View file

@ -78,6 +78,7 @@ const target = self ? null : "_blank";
text-decoration: none !important;
> span {
text-decoration: underline var(--fgTransparent);
text-decoration-thickness: 1px;
transition: text-decoration-color 0.2s;
}