Fix multi-line anchor tags not highlighted/underlined.

fixes: #1107
This commit is contained in:
Aditya Telange 2022-12-20 21:13:51 +05:30 committed by GitHub
parent 4bd96d6271
commit 5ca2d29537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,8 @@
.post-content a,
.toc a:hover {
box-shadow: 0 1px 0;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.post-content a code {