1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00

highlight target id to make link#id behavior more apparent

suggested by @LeoFNaN at
https://github.com/github/choosealicense.com/pull/411#issuecomment-223729386
This commit is contained in:
Mike Linksvayer 2016-06-04 15:27:47 -07:00
parent 7cefe4c92d
commit f37bad97ec

View File

@ -66,6 +66,10 @@ strong {
color: #444;
}
:target {
background-color: yellow;
}
.container {
margin: 40px auto;
width: 940px;