Skip to content

Commit f37bad9

Browse files
committed
highlight target id to make link#id behavior more apparent
suggested by @LeoFNaN at #411 (comment)
1 parent 7cefe4c commit f37bad9

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)