We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e83424 commit 3a72bc3Copy full SHA for 3a72bc3
src/librustdoc/html/static/main.css
@@ -177,7 +177,7 @@ nav.sub {
177
color: #333;
178
}
179
180
-.location a:first-child { font-weight: bold; }
+.location a:first-child { font-weight: 500; }
181
182
.block {
183
padding: 0 10px;
@@ -494,7 +494,7 @@ pre.rust { position: relative; }
494
495
496
.collapse-toggle {
497
- font-weight: 100;
+ font-weight: 300;
498
position: absolute;
499
left: 13px;
500
color: #999;
@@ -523,7 +523,6 @@ pre.rust { position: relative; }
523
524
.toggle-label {
525
526
- font-style: italic;
527
528
529
0 commit comments