We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae9916 commit 4f6902dCopy full SHA for 4f6902d
src/librustdoc/html/static/css/rustdoc.css
@@ -942,6 +942,8 @@ rustdoc-toolbar {
942
pre, .rustdoc.src .example-wrap, .example-wrap .src-line-numbers {
943
background-color: var(--code-block-background-color);
944
border-radius: var(--code-block-border-radius);
945
+ /* code blocks within links (such as in most intra-doc links) should be underlined */
946
+ text-decoration: inherit;
947
}
948
949
#main-content {
0 commit comments