mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user