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:
parent
55c150f99b
commit
64349af06a
@ -210,7 +210,7 @@ kbd {
|
||||
}
|
||||
|
||||
// Ensure link color in code blocks
|
||||
a > code {
|
||||
a code {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user