Skip to content

Commit

Permalink
Fixed link-contained code block text color
Browse files Browse the repository at this point in the history
Removes direct ancestor requirement, any content wrapped in an anchor tag is within the content boundaries of representing a link.
  • Loading branch information
polarathene committed Mar 14, 2021
1 parent 55c150f commit 64349af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/_typeset.scss
Expand Up @@ -210,7 +210,7 @@ kbd {
}

// Ensure link color in code blocks
a > code {
a code {
color: currentColor;
}

Expand Down

0 comments on commit 64349af

Please sign in to comment.