mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
style: consistent link underline thickness
This commit is contained in:
parent
774dbbc360
commit
ad6b2262ac
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue