feat(core): underline content links on hover and focus (#659)

* Update elements.less

* Update elements.less

* Update content.less

* Update elements.less

* Update elements.less

---------

Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
This commit is contained in:
沈澄心 2023-06-09 03:30:00 +08:00 committed by GitHub
parent 5737125f02
commit 90d69720f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -16,3 +16,10 @@
}
}
}
.mw-body-content a {
&:hover,
&:focus {
text-decoration: underline;
}
}