mirror of
https://github.com/github/choosealicense.com
synced 2025-01-03 10:31:44 +01: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:
commit
2e2185549c
@ -66,6 +66,10 @@ strong {
|
|||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:target {
|
||||||
|
background-color: yellow;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
width: 940px;
|
width: 940px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user