]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/themes/light.css
Fixes text becoming invisible when element targetted
[rust.git] / src / librustdoc / html / static / themes / light.css
index 2b04dd2388d456ff07e5a4691ea294bd013f9c35..d20fea666e61da75955ef306f02037ea239ec32f 100644 (file)
@@ -84,12 +84,6 @@ pre {
        border-bottom-color: #ddd;
 }
 
-:target { background: #FDFFD3; }
-
-:target > .in-band {
-       background: #FDFFD3;
-}
-
 .content .method .where,
 .content .fn .where,
 .content .where.fmt-newline {
@@ -247,7 +241,7 @@ a.test-arrow:hover{
        color: #999;
 }
 
-:target > code {
+:target > code, :target > .in-band {
        background: #FDFFD3;
 }