]> git.proxmox.com Git - rustc.git/blobdiff - src/librustdoc/html/static/themes/light.css
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / src / librustdoc / html / static / themes / light.css
index 9dea875b87747bd8c633478c41b2407927dd788b..4ce4b63e2c6c30a58b958d90737ba54854246c6a 100644 (file)
@@ -175,7 +175,8 @@ a {
 }
 
 .docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
-.docblock-short a:not(.srclink):not(.test-arrow), .stability a {
+.docblock-short a:not(.srclink):not(.test-arrow), .stability a,
+#help a {
        color: #3873AD;
 }
 
@@ -229,6 +230,10 @@ a.test-arrow {
        border-color: #bfbfbf;
 }
 
+#help > div > span {
+       border-bottom-color: #bfbfbf;
+}
+
 .since {
        color: grey;
 }