mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-12 00:48:50 +01:00
Fix sudden weird underline bug
This commit is contained in:
parent
c8c96f08ac
commit
438b520970
1 changed files with 4 additions and 0 deletions
|
@ -813,6 +813,10 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-decoration-color: transparent;
|
text-decoration-color: transparent;
|
||||||
color: var(--link-text-color);
|
color: var(--link-text-color);
|
||||||
|
|
||||||
|
span {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue