Skip to content

Commit 2e21855

Browse files
authored
Merge pull request #426 from github/highlight-target-id
highlight target id to make link#id behavior more apparent
2 parents 7cefe4c + f37bad9 commit 2e21855

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/css/application.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ strong {
6666
color: #444;
6767
}
6868

69+
:target {
70+
background-color: yellow;
71+
}
72+
6973
.container {
7074
margin: 40px auto;
7175
width: 940px;

0 commit comments

Comments
 (0)