nasmdoc.css: no need to go overboard with the yellow highlight...

Make the yellow highlight for the link target a little bit less
bright, so that it is still instantly visible but less immediately
demanding of attention.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2017-04-14 12:50:17 -07:00
parent b4f2409d41
commit 8106a9c2ad

View file

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