Skip to content

Commit

Permalink
refactor: Maintain original Pygments color for cross-refs in signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Mar 24, 2024
1 parent e5ccb4f commit 7c8b885
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,9 @@ code.doc-symbol-module {

code.doc-symbol-module::after {
content: "mod";
}
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}

0 comments on commit 7c8b885

Please sign in to comment.