website
website copied to clipboard
Links on the main page are not underlined on hover
I can see the issue, too, but I have no idea why it happens.
The thing is that this css excludes the custom class, which belongs to the main page.
.theme-default-content:not(.custom) a:hover {
text-decoration: underline;
}
Should we inject the css with our custom rules?

I believe we can close this issue now since the problem has been fixed.
@Loskir You can reopen if it persists.