mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 10:55:14 +00:00
Fix selected item background style
This commit is contained in:
parent
1a26d2364f
commit
b2613028fe
@ -640,6 +640,10 @@ span.since {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
:target > code {
|
||||
background: #FDFFD3;
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
|
||||
@media (max-width: 700px) {
|
||||
|
Loading…
Reference in New Issue
Block a user