1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 08:59:12 +02:00

Merge pull request #426 from github/highlight-target-id

highlight target id to make link#id behavior more apparent
This commit is contained in:
Mike Linksvayer 2016-06-05 10:03:36 -07:00 committed by GitHub
commit 2e2185549c

View File

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