1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Fixed link-contained code block text color

Removes direct ancestor requirement, any content wrapped in an anchor tag is within the content boundaries of representing a link.
This commit is contained in:
Brennan Kinney 2021-03-14 22:20:28 +13:00 committed by GitHub
parent 55c150f99b
commit 64349af06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ kbd {
} }
// Ensure link color in code blocks // Ensure link color in code blocks
a > code { a code {
color: currentColor; color: currentColor;
} }