style: consistent link underline thickness
This commit is contained in:
parent
54b6106be3
commit
6d70b2402d
|
@ -78,6 +78,7 @@ const target = self ? null : "_blank";
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
> span {
|
> span {
|
||||||
text-decoration: underline var(--fgTransparent);
|
text-decoration: underline var(--fgTransparent);
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
transition: text-decoration-color 0.2s;
|
transition: text-decoration-color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue