Skip to content

Commit 7fdee5d

Browse files
fix targetted value background
1 parent 6960761 commit 7fdee5d

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

+1-1
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)