Skip to content

Commit fcb17a4

Browse files
authored
Rollup merge of rust-lang#49515 - GuillaumeGomez:target-background, r=QuietMisdreavus
fix targetted value background r? @QuietMisdreavus
2 parents 609e9f0 + 7fdee5d commit fcb17a4

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ a.test-arrow:hover{
239239
}
240240

241241
:target > code {
242-
background: #FDFFD3;
242+
background-color: #494a3d;
243243
}
244244

245245
pre.compile_fail {

0 commit comments

Comments
 (0)