fix: make :has img selector direct

This commit is contained in:
Jacky Zhao 2023-11-12 14:33:19 -08:00
parent cf6ab9e933
commit 8223465bda

View File

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