nasmdoc.css: highlight the target of an #-link

It is much easier to spot if we get a nice highlight...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2017-04-14 12:25:43 -07:00
parent 8c81ae0363
commit 289f9e4429

View file

@ -77,6 +77,8 @@ ul.index {
:target {
margin-top: -10vh;
padding-top: 10vh;
background: #ff4; /* Highlight the jump target */
background-clip: content-box;
}
ul.navbar {