Found on https://www.chalmers.se/, the login link do not underline when hovering. Reduced to the following (that was a horrible experience to do....)
<head>
<style>
a {
text-decoration: none;
display: flex
}
a:hover { text-decoration-line: underline; }
</style>
</head>
<body>
<a href="">Login</a>
</body>
When hovering over the Login text, there is no underline. Firefox does the underline on hover.
Removing display: flex makes ladybird do underline on hover.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too