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 12b591c commit 14f1947Copy full SHA for 14f1947
templates/rustdoc/topbar.html
@@ -23,8 +23,8 @@
23
</li>
24
25
<li class="pure-menu-item">
26
- <a href="{{ crate_url | safe }}" class="pure-menu-link" class="description">
27
- {{ "cube" | fas(fw=true) }} {{ krate.description }}
+ <a href="{{ crate_url | safe }}" class="pure-menu-link description">
+ {{ "cube" | fas(fw=true) }} Docs.rs crate page
28
</a>
29
30
templates/style/_navbar.scss
@@ -39,6 +39,10 @@ div.nav-container {
39
font-weight: 400;
40
color: var(--color-navbar-standard);
41
42
+ &.description {
43
+ font-size: 0.9em;
44
+ }
45
+
46
// Improves menu link readability when inverting the colors on focus.
47
// Vendor do background-color #eee, looks weird on different theme.
48
&:focus {
0 commit comments