Skip to content

Commit f6d4077

Browse files
committed
Highlight link targets
1 parent 6a17e4e commit f6d4077

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/_static/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,16 @@ a:hover {
1212
.wy-nav-content {
1313
max-width: 1200px !important;
1414
}
15+
16+
@keyframes highlight {
17+
0% {
18+
background: #01afec;
19+
}
20+
100% {
21+
background: none;
22+
}
23+
}
24+
25+
:target {
26+
animation: highlight 3s;
27+
}

0 commit comments

Comments
 (0)