Skip to content

Commit 5bc1f65

Browse files
committed
Rollup merge of #33673 - GuillaumeGomez:fix-selected-item-style, r=steveklabnik
Fix selected item background style r? @steveklabnik
2 parents 479c4be + b261302 commit 5bc1f65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,10 @@ span.since {
640640
margin-right: 5px;
641641
}
642642

643+
:target > code {
644+
background: #FDFFD3;
645+
}
646+
643647
/* Media Queries */
644648

645649
@media (max-width: 700px) {

0 commit comments

Comments
 (0)