fix(style): dont internal-link highlight when image (closes #581)

This commit is contained in:
Jacky Zhao 2023-11-11 21:13:10 -08:00
parent 43d638a6de
commit 74c63e448e

View File

@ -64,7 +64,7 @@ a {
color: var(--tertiary) !important;
}
&.internal {
&.internal:not(:has(img)) {
text-decoration: none;
background-color: var(--highlight);
padding: 0 0.1rem;