We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a
1 parent 89e0576 commit 1c766d0Copy full SHA for 1c766d0
src/librustdoc/html/static/css/rustdoc.css
@@ -253,6 +253,7 @@ h1 a,
253
254
a {
255
color: var(--link-color);
256
+ text-decoration: none;
257
}
258
259
ol, ul {
@@ -662,10 +663,6 @@ nav.sub {
662
663
margin: 0 0 15px 0;
664
665
-a {
666
- text-decoration: none;
667
-}
668
-
669
.small-section-header {
670
/* fields use <span> tags, but should get their own lines */
671
display: block;
0 commit comments