mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
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:
parent
b4f2409d41
commit
8106a9c2ad
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user