We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e31e8b1 + ac8952e commit d5810e8Copy full SHA for d5810e8
src/librustdoc/html/static/css/themes/ayu.css
@@ -183,11 +183,7 @@ individually rather than as a group) */
183
/* FIXME: these rules should be at the bottom of the file but currently must be
184
above the `@media (max-width: 700px)` rules due to a bug in the css checker */
185
/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
186
-pre.rust .lifetime {}
187
-pre.rust .kw {}
188
#search-tabs > button:hover, #search-tabs > button.selected {}
189
-pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val, pre.rust .attribute {}
190
-pre.rust .kw-2, pre.rust .prelude-ty {}
191
192
#settings-menu > a img {
193
filter: invert(100);
0 commit comments