mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
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:
parent
8c81ae0363
commit
289f9e4429
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user