Rollup merge of #49515 - GuillaumeGomez:target-background, r=QuietMisdreavus

fix targetted value background

r? @QuietMisdreavus
This commit is contained in:
kennytm 2018-04-04 11:07:12 +02:00 committed by GitHub
commit fcb17a4728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@ a.test-arrow:hover{
}
:target > code {
background: #FDFFD3;
background-color: #494a3d;
}
pre.compile_fail {