[opt] Inline link content line breaks underscore display abnormality in markdown syntax (#283)

This commit is contained in:
ymkiux 2023-04-21 13:30:33 +08:00 committed by GitHub
parent 8451c546b8
commit a65bcae97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -153,3 +153,8 @@ h1.article-title
bottom: 0
left: -2px
right: -2px
.md-text li:not([class]) a:not([class]):before, .md-text p:not([class]) a:not([class]):before
background unset !important
.md-text li:not([class]) a:not([class]):hover:before, .md-text p:not([class]) a:not([class]):hover:before
background var(--theme-link) !important