]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/css/themes/light.css
Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis
[rust.git] / src / librustdoc / html / static / css / themes / light.css
index 6785b79ffda9680d5e2c6c5be0091d51b5decd6c..29cbcd65ce81de54800ed4ecadf9de47cf67fc83 100644 (file)
@@ -97,7 +97,7 @@ pre, .rustdoc.source .example-wrap {
        border-bottom-color: #ddd;
 }
 
-.docblock table, .docblock table td, .docblock table th {
+.docblock table td, .docblock table th {
        border-color: #ddd;
 }
 
@@ -237,7 +237,7 @@ details.undocumented > summary::before {
        color: grey;
 }
 
-tr.result span.primitive::after, tr.result span.keyword::after {
+.result-name .primitive > i, .result-name .keyword > i {
        color: black;
 }